[svn] commit: r2563 - /branches/trac221b/src/bin/xfrin/tests/xfrin_test.py
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Jul 21 04:08:17 UTC 2010
Author: jinmei
Date: Wed Jul 21 04:08:17 2010
New Revision: 2563
Log:
updated the test reflecting the fact we disabled notify
Modified:
branches/trac221b/src/bin/xfrin/tests/xfrin_test.py
Modified: branches/trac221b/src/bin/xfrin/tests/xfrin_test.py
==============================================================================
--- branches/trac221b/src/bin/xfrin/tests/xfrin_test.py (original)
+++ branches/trac221b/src/bin/xfrin/tests/xfrin_test.py Wed Jul 21 04:08:17 2010
@@ -516,8 +516,9 @@
def test_command_handler_notify(self):
# at this level, refresh is no different than retransfer.
self.args['master'] = TEST_MASTER_IPV6_ADDRESS
+ # ...but right now we disable the feature due to security concerns.
self.assertEqual(self.xfr.command_handler("notify",
- self.args)['result'][0], 0)
+ self.args)['result'][0], 1)
def test_command_handler_unknown(self):
self.assertEqual(self.xfr.command_handler("xxx", None)['result'][0], 1)
More information about the bind10-changes
mailing list