Browse Source

updated the test reflecting the fact we disabled notify

git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac221b@2563 e5f2f494-b856-4b98-b285-d166d9295462
JINMEI Tatuya 15 years ago
parent
commit
79a6c20a23
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/bin/xfrin/tests/xfrin_test.py

+ 2 - 1
src/bin/xfrin/tests/xfrin_test.py

@@ -516,8 +516,9 @@ class TestXfrin(unittest.TestCase):
     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)