BIND 10 trac2191, updated. de626b3c2aec2bd7896e75c5ae14337b03342729 [2191] Removed deprecated test from python version

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Sep 25 09:06:22 UTC 2012


The branch, trac2191 has been updated
       via  de626b3c2aec2bd7896e75c5ae14337b03342729 (commit)
      from  56aa815ad1200fb8b2901634b6004bbcd0eb5331 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit de626b3c2aec2bd7896e75c5ae14337b03342729
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Tue Sep 25 11:05:31 2012 +0200

    [2191] Removed deprecated test from python version
    
    The load of empty list is no longer invalid.

-----------------------------------------------------------------------

Summary of changes:
 src/lib/python/isc/acl/tests/dns_test.py |    4 ----
 1 file changed, 4 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/acl/tests/dns_test.py b/src/lib/python/isc/acl/tests/dns_test.py
index d225bee..84fead2 100644
--- a/src/lib/python/isc/acl/tests/dns_test.py
+++ b/src/lib/python/isc/acl/tests/dns_test.py
@@ -198,10 +198,6 @@ class RequestACLTest(unittest.TestCase):
         self.assertRaises(LoaderError, REQUEST_LOADER.load,
                           [{"action": "ACCEPT", "from": 4}])
         self.assertRaises(LoaderError, REQUEST_LOADER.load,
-                          '[{"action": "ACCEPT", "from": []}]')
-        self.assertRaises(LoaderError, REQUEST_LOADER.load,
-                          [{"action": "ACCEPT", "from": []}])
-        self.assertRaises(LoaderError, REQUEST_LOADER.load,
                           '[{"action": "ACCEPT", "key": 1}]')
         self.assertRaises(LoaderError, REQUEST_LOADER.load,
                           [{"action": "ACCEPT", "key": 1}])



More information about the bind10-changes mailing list