mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 21:45:37 +00:00
[1414] make the case-insensitive test cover the case of class, too
This commit is contained in:
@@ -572,7 +572,7 @@ class TestZonemgrRefresh(unittest.TestCase):
|
||||
|
||||
# and with case-insensitive checking
|
||||
config['secondary_zones'] = \
|
||||
zone_list_from_name_classes([("Example.NeT.", "IN")])
|
||||
zone_list_from_name_classes([("Example.NeT.", "in")])
|
||||
self.zone_refresh.update_config_data(config, self.cc_session)
|
||||
self.assertTrue(("example.net.", "IN") in
|
||||
self.zone_refresh._zonemgr_refresh_info)
|
||||
|
Reference in New Issue
Block a user