From: Mukund Sivaraman Date: Sun, 18 Nov 2012 23:16:58 +0000 (+0530) Subject: [2353] Restore the saved time.time function X-Git-Tag: bind10-1.0.0-beta-release~19^2~61 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=924c7a481efc5aa34c8bc73efb395c2c80282cc0;p=thirdparty%2Fkea.git [2353] Restore the saved time.time function --- diff --git a/src/bin/bind10/tests/bind10_test.py.in b/src/bin/bind10/tests/bind10_test.py.in index b99da49887..bb82f62897 100644 --- a/src/bin/bind10/tests/bind10_test.py.in +++ b/src/bin/bind10/tests/bind10_test.py.in @@ -1623,6 +1623,8 @@ class TestBossComponents(unittest.TestCase): # 1 second of attempts every 0.1 seconds should result in at least 5 attempts self.assertGreater(attempts, 5) + time.time = tmp_time + def test_start_cfgmgr(self): '''Test that b10-cfgmgr is started.''' class DummySession():