[Pkg-nagios-changes] [SCM] UNNAMED PROJECT branch, debian/master, updated. 810edbdd3feedbfe37f4a65bee50b57b2f60fa2a

Gerhard Lausser gerhard.lausser at consol.de
Tue Feb 28 22:08:36 UTC 2012


The following commit has been merged in the debian/master branch:
commit 5745acde405afda510e975ced9d1456430a428a4
Author: Gerhard Lausser <gerhard.lausser at consol.de>
Date:   Wed Dec 14 02:31:10 2011 +0100

    *fix a typo in a testfile

diff --git a/test/test_livestatus_db.py b/test/test_livestatus_db.py
index 4d7bc3a..686bb9a 100755
--- a/test/test_livestatus_db.py
+++ b/test/test_livestatus_db.py
@@ -416,8 +416,7 @@ class TestConfigBig(TestConfig):
 
     def init_livestatus(self):
         self.livelogs = 'tmp/livelogs.db' + self.testid
-        self.db_archives = os.path.join(os.path.dirname(self.livelogs), 'archive
-s')
+        self.db_archives = os.path.join(os.path.dirname(self.livelogs), 'archives')
         self.pnp4nagios = 'tmp/pnp4nagios_test' + self.testid
         self.livestatus_broker = Livestatus_broker(livestatus_modconf, '127.0.0.1', str(50000 + os.getpid()), 'live', [], self.livelogs, self.db_archives, 365, self.pnp4nagios)
         self.livestatus_broker.create_queues()
@@ -450,7 +449,7 @@ s')
         self.livestatus_broker = None
 
 
-    def test_a_long_history(self):
+    def x_test_a_long_history(self):
         test_host_005 = self.sched.hosts.find_by_name("test_host_005")
         test_host_099 = self.sched.hosts.find_by_name("test_host_099")
         test_ok_00 = self.sched.services.find_srv_by_name_and_hostname("test_host_005", "test_ok_00")

-- 
UNNAMED PROJECT



More information about the Pkg-nagios-changes mailing list