Browse Source

remove duplicate test case (test_shutdown() has the same test case)

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac335@3152 e5f2f494-b856-4b98-b285-d166d9295462
Jerry 14 years ago
parent
commit
b04a8bea8b
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/bin/zonemgr/tests/zonemgr_test.py

+ 0 - 1
src/bin/zonemgr/tests/zonemgr_test.py

@@ -397,7 +397,6 @@ class TestZonemgrRefresh(unittest.TestCase):
         # 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())