From: Naoki Kambe Date: Thu, 25 Apr 2013 02:27:54 +0000 (+0900) Subject: [2252] update documentation for the test cases X-Git-Tag: bind10-1.2.0beta1-release~474^2~4^2~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4b79543220fa1f81ffaf16bdcfb79845587f51cd;p=thirdparty%2Fkea.git [2252] update documentation for the test cases --- diff --git a/src/bin/xfrin/tests/xfrin_test.py b/src/bin/xfrin/tests/xfrin_test.py index 651b2666c0..07d4e4bcce 100644 --- a/src/bin/xfrin/tests/xfrin_test.py +++ b/src/bin/xfrin/tests/xfrin_test.py @@ -2208,8 +2208,8 @@ class TestStatisticsXfrinAXFRv4(TestStatisticsXfrinConn): def test_axfrreq_xfrsuccess_last_axfr_duration2(self): '''tests that axfrreqv4 or axfrreqv6 and xfrsuccess counters - and last_axfr_duration timer are incremented even if a successful - XfrinZoneUptodate is raised while handling an xfr response''' + and last_axfr_duration timer are incremented when raising + XfrinZoneUptodate. The exception is treated as success.''' def exception_raiser(): raise XfrinZoneUptodate() self.conn._handle_xfrin_responses = exception_raiser @@ -2257,8 +2257,8 @@ class TestStatisticsXfrinIXFRv4(TestStatisticsXfrinConn): def test_ixfrreq_xfrsuccess_last_ixfr_duration2(self): '''tests that ixfrreqv4 or ixfrreqv6 and xfrsuccess counters - and last_ixfr_duration timer are incremented even if a successful - XfrinZoneUptodate is raised while handling an xfr response''' + and last_ixfr_duration timer are incremented when raising + XfrinZoneUptodate. The exception is treated as success.''' def exception_raiser(): raise XfrinZoneUptodate() self.conn._handle_xfrin_responses = exception_raiser