Browse Source

update notify-out unittest

git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3537 e5f2f494-b856-4b98-b285-d166d9295462
Jerry 14 years ago
parent
commit
8ba69623d8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/python/isc/notify/tests/notify_out_test.py

+ 1 - 1
src/lib/python/isc/notify/tests/notify_out_test.py

@@ -156,7 +156,7 @@ class TestNotifyOut(unittest.TestCase):
         com_info = self._notify._notify_infos[('com.', 'IN')]
         self._notify._notify_next_target(com_info)
         self.assertEqual(2, self._notify.notify_num)
-        self.assertEqual(0, len(self._notify._notifying_zones))
+        self.assertEqual(2, len(self._notify._notifying_zones))
     
     def test_handle_notify_reply(self):
         self.assertEqual(notify_out._BAD_REPLY_PACKET, self._notify._handle_notify_reply(None, b'badmsg'))