BIND 10 trac363, updated. 3cc446d3ed8a1b6c899ee19faeda2c41a4b5bdb2 [trac363] update unittest for python binding
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Mar 15 11:14:50 UTC 2011
The branch, trac363 has been updated
via 3cc446d3ed8a1b6c899ee19faeda2c41a4b5bdb2 (commit)
from 3e6c2a9c09722a48fe3e6c8a1ee35724a9397360 (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 3cc446d3ed8a1b6c899ee19faeda2c41a4b5bdb2
Author: chenzhengzhang <jerry.zzpku at gmail.com>
Date: Tue Mar 15 19:14:27 2011 +0800
[trac363] update unittest for python binding
-----------------------------------------------------------------------
Summary of changes:
src/lib/dns/python/tests/message_python_test.py | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dns/python/tests/message_python_test.py b/src/lib/dns/python/tests/message_python_test.py
index b0e8d8e..0af7110 100644
--- a/src/lib/dns/python/tests/message_python_test.py
+++ b/src/lib/dns/python/tests/message_python_test.py
@@ -111,9 +111,6 @@ class MessageTest(unittest.TestCase):
self.assertRaises(InvalidParameter, self.r.set_header_flag, 0)
self.assertRaises(InvalidParameter, self.r.set_header_flag, 0x7000)
self.assertRaises(InvalidParameter, self.r.set_header_flag, 0x0800)
- self.assertRaises(TypeError, self.r.set_header_flag, 0x80000000)
- self.assertRaises(TypeError, self.r.set_header_flag,
- Message.HEADERFLAG_AA | 0x100000000)
# this would cause overflow and result in a "valid" flag
self.assertRaises(OverflowError, self.r.set_header_flag, 0x10000)
self.assertRaises(OverflowError, self.r.set_header_flag, -1)
More information about the bind10-changes
mailing list