]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1294] rename test and add some comments
authorJelte Jansen <jelte@isc.org>
Wed, 12 Oct 2011 13:41:25 +0000 (15:41 +0200)
committerJelte Jansen <jelte@isc.org>
Wed, 12 Oct 2011 13:41:25 +0000 (15:41 +0200)
src/bin/xfrin/tests/xfrin_test.py

index b9997ec80e2232c82928d64810becc80874f5fe9..0cb7dc2601bcf9aa0ca4287f3cc646278e886577 100644 (file)
@@ -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.',