]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2353] Restore the saved time.time function
authorMukund Sivaraman <muks@isc.org>
Sun, 18 Nov 2012 23:16:58 +0000 (04:46 +0530)
committerMukund Sivaraman <muks@isc.org>
Sun, 18 Nov 2012 23:16:58 +0000 (04:46 +0530)
src/bin/bind10/tests/bind10_test.py.in

index b99da49887188ee8af910fcda1b94e4a71d373bd..bb82f628974651cc2faee195b7645bb0d2824570 100644 (file)
@@ -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():