Browse Source

[2856] Fix test name

Mukund Sivaraman 12 years ago
parent
commit
af0db15b17
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/python/isc/memmgr/tests/datasrc_info_tests.py

+ 1 - 1
src/lib/python/isc/memmgr/tests/datasrc_info_tests.py

@@ -134,7 +134,7 @@ class TestSegmentInfo(unittest.TestCase):
     def test_remove_reader_when_ready(self):
         self.assertRaises(SegmentInfoError, self.__sgmt_info.remove_reader, (None))
 
-    def test_swtich_versions(self):
+    def test_switch_versions(self):
         self.__sgmt_info.switch_versions()
         self.__check_sgmt_reset_param(SegmentInfo.WRITER, 1)
         self.__check_sgmt_reset_param(SegmentInfo.READER, 0)