[svn] commit: r3152 - /branches/trac335/src/bin/zonemgr/tests/zonemgr_test.py
BIND 10 source code commits
bind10-changes at lists.isc.org
Sat Oct 9 06:33:17 UTC 2010
Author: chenzhengzhang
Date: Sat Oct 9 06:33:17 2010
New Revision: 3152
Log:
remove duplicate test case (test_shutdown() has the same test case)
Modified:
branches/trac335/src/bin/zonemgr/tests/zonemgr_test.py
Modified: branches/trac335/src/bin/zonemgr/tests/zonemgr_test.py
==============================================================================
--- branches/trac335/src/bin/zonemgr/tests/zonemgr_test.py (original)
+++ branches/trac335/src/bin/zonemgr/tests/zonemgr_test.py Sat Oct 9 06:33:17 2010
@@ -397,7 +397,6 @@
# Sleep 1 sec to ensure that the timer thread has enough time to run.
time.sleep(1)
self.zone_refresh.shutdown()
- self.assertFalse(listener.is_alive())
# After running timer, the zone's state should become "refreshing".
zone_state = self.zone_refresh._zonemgr_refresh_info[ZONE_NAME_CLASS1_IN]["zone_state"]
self.assertTrue("refresh_timeout" in self.zone_refresh._zonemgr_refresh_info[ZONE_NAME_CLASS1_IN].keys())
More information about the bind10-changes
mailing list