Browse Source

[2967] cleanup: remove unneeded testcase tearDown() method

Paul Selkirk 12 years ago
parent
commit
3945e7047b
1 changed files with 0 additions and 3 deletions
  1. 0 3
      src/bin/zonemgr/tests/zonemgr_test.py

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

@@ -669,9 +669,6 @@ class TestZonemgr(unittest.TestCase):
     def setUp(self):
         self.zonemgr = MyZonemgr()
 
-    def tearDown(self):
-        pass
-
     def test_config_handler(self):
         config_data1 = {
                     "lowerbound_refresh" : 60,