[Pkg-nagios-changes] [SCM] UNNAMED PROJECT branch, debian/master, updated. 810edbdd3feedbfe37f4a65bee50b57b2f60fa2a
Gerhard Lausser
gerhard.lausser at consol.de
Tue Feb 28 22:18:47 UTC 2012
The following commit has been merged in the debian/master branch:
commit 62ea554f047f06e6bde5eef010f75e26c8da5868
Author: Gerhard Lausser <gerhard.lausser at consol.de>
Date: Sun Feb 5 15:55:39 2012 +0100
Fix test case of issue #155 again form <2.7 (screaming loud the print statement on line 155 of test_action.py)
diff --git a/test/test_action.py b/test/test_action.py
index 9ada250..ab6d718 100755
--- a/test/test_action.py
+++ b/test/test_action.py
@@ -150,8 +150,8 @@ class TestAction(ShinkenTest):
return
a.execute()
- self.assert_(a.status == 'done')
self.wait_finished(a)
+ self.assert_(a.status == 'done')
print "FUck", a.status, a.output
if sys.version_info < (2, 7):
self.assert_('sh: -c: line 0: unexpected EOF while looking for matching' in a.output)
--
UNNAMED PROJECT
More information about the Pkg-nagios-changes
mailing list