[Pkg-nagios-changes] [SCM] UNNAMED PROJECT branch, debian/master, updated. 810edbdd3feedbfe37f4a65bee50b57b2f60fa2a
Gerhard Lausser
gerhard.lausser at consol.de
Tue Feb 28 22:16:42 UTC 2012
The following commit has been merged in the debian/master branch:
commit 6d8d76277d5d55d1be155763f380e0a573e03719
Author: Gerhard Lausser <gerhard.lausser at consol.de>
Date: Sat Jan 28 01:22:31 2012 +0100
Fix a test which was broken since the last commit (Warning_:_)
diff --git a/test/test_timeout.py b/test/test_timeout.py
index 4c5f479..e4532ab 100755
--- a/test/test_timeout.py
+++ b/test/test_timeout.py
@@ -104,7 +104,7 @@ class TestTimeout(ShinkenTest):
# Now look what the scheduler says to all this
self.sched.actions[n.id] = n
self.sched.put_results(o)
- self.assert_(self.any_log_match("Warning: Contact mr.schinken service notification command 'libexec/sleep_command.sh 7 ' timed out after 2 seconds"))
+ self.assert_(self.any_log_match("Warning : Contact mr.schinken service notification command 'libexec/sleep_command.sh 7 ' timed out after 2 seconds"))
if __name__ == '__main__':
--
UNNAMED PROJECT
More information about the Pkg-nagios-changes
mailing list