projects
/
tools
/
python-jenkinsapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
899a0fa
)
tweak to one unit test
author
salimfadhley
<sal@stodge.org>
Fri, 5 Jul 2013 23:44:45 +0000
(
00:44
+0100)
committer
salimfadhley
<sal@stodge.org>
Fri, 5 Jul 2013 23:44:45 +0000
(
00:44
+0100)
jenkinsapi_tests/systests/test_invocation.py
patch
|
blob
|
history
diff --git
a/jenkinsapi_tests/systests/test_invocation.py
b/jenkinsapi_tests/systests/test_invocation.py
index fd4beef2e7e0e94aef66002ed29063e04244bb79..8d9bfb7dd85809474c05131c129092fec79676d9 100644
(file)
--- a/
jenkinsapi_tests/systests/test_invocation.py
+++ b/
jenkinsapi_tests/systests/test_invocation.py
@@
-32,7
+32,7
@@
class TestInvocation(BaseSystemTest):
ii.stop()
self.assertFalse(ii.is_running())
self.assertIsInstance(ii.get_build().get_console(), str)
- self.assertIn('
Building on mast
er', ii.get_build().get_console())
+ self.assertIn('
Started by us
er', ii.get_build().get_console())
def test_get_block_until_build_complete(self):
job_name = 'create_%s' % random_string()