From: JINMEI Tatuya Date: Tue, 4 Oct 2011 20:51:23 +0000 (-0700) Subject: [1261] minor editorial cleanups X-Git-Tag: perftcpdns_before_epoll~37^2~21^2~13^2~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=42968abbd4edf489d4d667089033d11e4045f463;p=thirdparty%2Fkea.git [1261] minor editorial cleanups --- diff --git a/src/bin/xfrin/tests/xfrin_test.py b/src/bin/xfrin/tests/xfrin_test.py index 1821056be8..649dcdad80 100644 --- a/src/bin/xfrin/tests/xfrin_test.py +++ b/src/bin/xfrin/tests/xfrin_test.py @@ -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))