]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1261] minor editorial cleanups
authorJINMEI Tatuya <jinmei@isc.org>
Tue, 4 Oct 2011 20:51:23 +0000 (13:51 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Tue, 4 Oct 2011 20:51:23 +0000 (13:51 -0700)
src/bin/xfrin/tests/xfrin_test.py

index 1821056be8fb9b2bf3cec3c833e3cef20b8144af..649dcdad80dd3c3cd836316d1d9e5007b747c134 100644 (file)
@@ -1069,7 +1069,7 @@ class TestIXFRResponse(TestXfrinConnection):
         self.check_diffs([[('remove', begin_soa_rrset), ('add', soa_rrset)]],
                          self.conn._datasrc_client.committed_diffs)
 
-    def test_ixfr_response_multi_sequence(self):
+    def test_ixfr_response_multi_sequences(self):
         '''Similar to the previous case, but with multiple diff seqs.
 
         '''
@@ -1137,8 +1137,7 @@ class TestIXFRSession(TestXfrinConnection):
         self.check_diffs([[('remove', begin_soa_rrset), ('add', soa_rrset)]],
                          self.conn._datasrc_client.committed_diffs)
 
-        # Check if the query was IXFR.  We only check for the RR type.  Other
-        # details are tested in test_create_query().
+        # Check if the query was IXFR.
         qdata = self.conn.query_data[2:]
         qmsg = Message(Message.PARSE)
         qmsg.from_wire(qdata, len(qdata))