Browse Source

[1294] rename test and add some comments

Jelte Jansen 13 years ago
parent
commit
ee8c039800
1 changed files with 5 additions and 1 deletions
  1. 5 1
      src/bin/xfrin/tests/xfrin_test.py

+ 5 - 1
src/bin/xfrin/tests/xfrin_test.py

@@ -1944,7 +1944,11 @@ class TestXfrin(unittest.TestCase):
                 # if not set, should default to False
                 self.assertFalse(zone_info.use_ixfr)
 
-    def test_command_handler_zones(self):
+    def test_config_handler_zones(self):
+        # This test passes a number of good and bad configs, and checks whether
+        # the values are reflected in the structure that will dictate the
+        # actual behaviour. It also checks if bad values are correctly
+        # handled
         config1 = { 'transfers_in': 3,
                    'zones': [
                    { 'name': 'test.example.',