BIND 10 trac1513, updated. f378dbd066722c41f39718cf26ec0282645896e8 [1513] corrected typo for a test name
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Jun 5 15:38:22 UTC 2012
The branch, trac1513 has been updated
via f378dbd066722c41f39718cf26ec0282645896e8 (commit)
from 36b9d41e18ceda7768fedfc557346b51105b566d (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 f378dbd066722c41f39718cf26ec0282645896e8
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Jun 5 08:36:27 2012 -0700
[1513] corrected typo for a test name
-----------------------------------------------------------------------
Summary of changes:
src/bin/ddns/tests/ddns_test.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/bin/ddns/tests/ddns_test.py b/src/bin/ddns/tests/ddns_test.py
index 6135ee9..992e587 100755
--- a/src/bin/ddns/tests/ddns_test.py
+++ b/src/bin/ddns/tests/ddns_test.py
@@ -611,7 +611,7 @@ def create_msg(opcode=Opcode.UPDATE(), zones=[TEST_ZONE_RECORD], prereq=[],
return renderer.get_data()
-class TestDDNSession(unittest.TestCase):
+class TestDDNSSession(unittest.TestCase):
def setUp(self):
self.__cc_session = MyCCSession()
self.assertFalse(self.__cc_session._started)
More information about the bind10-changes
mailing list