From: Jelte Jansen Date: Wed, 12 Oct 2011 13:41:25 +0000 (+0200) Subject: [1294] rename test and add some comments X-Git-Tag: perftcpdns_before_epoll~37^2~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ee8c0398005c5aff53be33b07d9d0b6fdd353175;p=thirdparty%2Fkea.git [1294] rename test and add some comments --- diff --git a/src/bin/xfrin/tests/xfrin_test.py b/src/bin/xfrin/tests/xfrin_test.py index b9997ec80e..0cb7dc2601 100644 --- a/src/bin/xfrin/tests/xfrin_test.py +++ b/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.',