BIND 10 trac772, updated. 686ed44b82c009ddb63ed064d46ce44fcade5fbe [trac772] minor editorial fix.
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Jul 15 18:23:41 UTC 2011
The branch, trac772 has been updated
via 686ed44b82c009ddb63ed064d46ce44fcade5fbe (commit)
from f551799e8c3de59be0a6a7c5168194b93987e876 (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 686ed44b82c009ddb63ed064d46ce44fcade5fbe
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Fri Jul 15 11:23:13 2011 -0700
[trac772] minor editorial fix.
-----------------------------------------------------------------------
Summary of changes:
src/bin/xfrout/tests/xfrout_test.py.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/xfrout/tests/xfrout_test.py.in b/src/bin/xfrout/tests/xfrout_test.py.in
index f8ea9e0..9492e43 100644
--- a/src/bin/xfrout/tests/xfrout_test.py.in
+++ b/src/bin/xfrout/tests/xfrout_test.py.in
@@ -159,7 +159,7 @@ class TestXfroutSession(unittest.TestCase):
self.xfrsess._remote = ('192.0.2.1', 12345)
rcode, msg = self.xfrsess._parse_query_message(self.mdata)
self.assertEqual(None, rcode)
- # This should be refused, therefore NOTAUTH
+ # This should be refused, therefore REFUSED
self.xfrsess._remote = ('192.0.2.2', 12345)
rcode, msg = self.xfrsess._parse_query_message(self.mdata)
self.assertEqual(rcode.to_text(), "REFUSED")
More information about the bind10-changes
mailing list