BIND 10 trac983, updated. b327d9aac9bfd87e175d03421069ae679087dd00 [trac983] Adjust exception in test
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Jul 11 10:34:19 UTC 2011
The branch, trac983 has been updated
via b327d9aac9bfd87e175d03421069ae679087dd00 (commit)
from e090ab50879c15c850df8e8145f01d39dbd6b87b (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 b327d9aac9bfd87e175d03421069ae679087dd00
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Mon Jul 11 12:33:55 2011 +0200
[trac983] Adjust exception in test
-----------------------------------------------------------------------
Summary of changes:
src/lib/python/isc/acl/tests/dns_test.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/acl/tests/dns_test.py b/src/lib/python/isc/acl/tests/dns_test.py
index c3a68ba..3924222 100644
--- a/src/lib/python/isc/acl/tests/dns_test.py
+++ b/src/lib/python/isc/acl/tests/dns_test.py
@@ -93,7 +93,7 @@ class RequestContextTest(unittest.TestCase):
class RequestACLTest(unittest.TestCase):
def test_direct_construct(self):
- self.assertRaises(TypeError, RequestACL)
+ self.assertRaises(Error, RequestACL)
def test_request_loader(self):
# these shouldn't raise an exception
More information about the bind10-changes
mailing list