|
|
|
@ -84,7 +84,7 @@ class WorkfrontNoteTestCase(BaseTest):
|
|
|
|
|
workfront_id="0001",
|
|
|
|
|
gerrit_change="2054")
|
|
|
|
|
self.assertEquals(gri.count(), 1)
|
|
|
|
|
msg = "%s[%s] review created %s " % (
|
|
|
|
|
msg = "%s.git[%s] review created %s " % (
|
|
|
|
|
param['projectname'],
|
|
|
|
|
param['param_branch'],
|
|
|
|
|
settings.GERRIT_URL.format("2054"))
|
|
|
|
@ -117,7 +117,7 @@ class WorkfrontNoteTestCase(BaseTest):
|
|
|
|
|
workfront_id="0001",
|
|
|
|
|
gerrit_change="7fg4567")
|
|
|
|
|
self.assertEquals(gri.count(), 0)
|
|
|
|
|
msg = "%s[%s] review created %s " % (
|
|
|
|
|
msg = "%s.git[%s] review created %s " % (
|
|
|
|
|
param['projectname'],
|
|
|
|
|
param['param_branch'],
|
|
|
|
|
settings.GERRIT_URL.format("2054"))
|
|
|
|
@ -140,7 +140,7 @@ class WorkfrontNoteTestCase(BaseTest):
|
|
|
|
|
workfront_id="0001",
|
|
|
|
|
gerrit_change="2054")
|
|
|
|
|
self.assertEquals(gri.count(), 2)
|
|
|
|
|
msg = "%s[%s] review merged %s " % (
|
|
|
|
|
msg = "%s.git[%s] review merged %s " % (
|
|
|
|
|
param['projectname'],
|
|
|
|
|
param['param_branch'],
|
|
|
|
|
settings.GERRIT_URL.format("2054"))
|
|
|
|
@ -170,7 +170,7 @@ class WorkfrontNoteTestCase(BaseTest):
|
|
|
|
|
workfront_id="0001",
|
|
|
|
|
gerrit_change="7fg4567")
|
|
|
|
|
self.assertEquals(gri.count(), 1)
|
|
|
|
|
msg = "%s[%s] commit created %s " % (
|
|
|
|
|
msg = "%s.git[%s] commit created %s " % (
|
|
|
|
|
param['projectname'],
|
|
|
|
|
param['param_branch'],
|
|
|
|
|
settings.GITWEB_URL.format("kamailio", "7fg4567"))
|
|
|
|
@ -202,7 +202,7 @@ class WorkfrontNoteTestCase(BaseTest):
|
|
|
|
|
workfront_id="0001",
|
|
|
|
|
gerrit_change="7fg4567")
|
|
|
|
|
self.assertEquals(gri.count(), 1)
|
|
|
|
|
msg = "%s[%s] commit created %s " % (
|
|
|
|
|
msg = "%s.git[%s] commit created %s " % (
|
|
|
|
|
param['projectname'],
|
|
|
|
|
param['param_branch'],
|
|
|
|
|
settings.GITWEB_URL.format("kamailio", "7fg4567"))
|
|
|
|
@ -232,7 +232,7 @@ class WorkfrontNoteTestCase(BaseTest):
|
|
|
|
|
workfront_id="0001",
|
|
|
|
|
gerrit_change="7fg4567")
|
|
|
|
|
self.assertEquals(gri.count(), 1)
|
|
|
|
|
msg = "%s[%s] commit created %s " % (
|
|
|
|
|
msg = "%s.git[%s] commit created %s " % (
|
|
|
|
|
param['projectname'],
|
|
|
|
|
param['param_branch'],
|
|
|
|
|
settings.GITWEB_URL.format("kamailio", "7fg4567"))
|
|
|
|
@ -264,7 +264,7 @@ class WorkfrontNoteTestCase(BaseTest):
|
|
|
|
|
workfront_id="0001",
|
|
|
|
|
gerrit_change="7fg4567")
|
|
|
|
|
self.assertEquals(gri.count(), 1)
|
|
|
|
|
msg = "%s[%s] commit created %s " % (
|
|
|
|
|
msg = "%s.git[%s] commit created %s " % (
|
|
|
|
|
param['projectname'],
|
|
|
|
|
param['param_branch'],
|
|
|
|
|
settings.GITWEB_URL.format("kamailio", "7fg4567"))
|
|
|
|
|