From: JINMEI Tatuya Date: Tue, 5 Jun 2012 15:36:27 +0000 (-0700) Subject: [1513] corrected typo for a test name X-Git-Tag: trac2351_base~226^2~59^2~7^2~1^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f378dbd066722c41f39718cf26ec0282645896e8;p=thirdparty%2Fkea.git [1513] corrected typo for a test name --- diff --git a/src/bin/ddns/tests/ddns_test.py b/src/bin/ddns/tests/ddns_test.py index 6135ee98d8..992e587df6 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)