BIND 10 trac1390, updated. 33a956b09f22597d91929b22542913412757e279 [1390] Whitespace fixes

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Nov 18 17:38:53 UTC 2011


The branch, trac1390 has been updated
       via  33a956b09f22597d91929b22542913412757e279 (commit)
      from  1b3e21e08311d84d649a2780471e9a8b46143dca (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 33a956b09f22597d91929b22542913412757e279
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Fri Nov 18 18:32:05 2011 +0100

    [1390] Whitespace fixes
    
    Nothing to see in this commit.

-----------------------------------------------------------------------

Summary of changes:
 src/bin/xfrout/tests/xfrout_test.py.in |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/xfrout/tests/xfrout_test.py.in b/src/bin/xfrout/tests/xfrout_test.py.in
index fe0db5d..a40359a 100644
--- a/src/bin/xfrout/tests/xfrout_test.py.in
+++ b/src/bin/xfrout/tests/xfrout_test.py.in
@@ -177,7 +177,7 @@ class TestXfroutSessionBase(unittest.TestCase):
         if with_soa:
             soa_rrset = RRset(Name('example.com'), RRClass.IN(), RRType.SOA(),
                               RRTTL(0))
-            soa_rrset.add_rdata(Rdata(RRType.SOA(), RRClass.IN(), 
+            soa_rrset.add_rdata(Rdata(RRType.SOA(), RRClass.IN(),
                                 '. . 1 0 0 0 0'))
             msg.add_rrset(Message.SECTION_AUTHORITY, soa_rrset)
 
@@ -260,12 +260,12 @@ class TestXfroutSession(TestXfroutSessionBase):
         request_data = self.create_request_data(with_question=False)
         rcode, msg = self.xfrsess._parse_query_message(request_data)
         self.assertEqual(Rcode.FORMERR(), rcode)
-        
+
         # Broken request: IXFR without SOA
         request_data = self.create_request_data(ixfr=True)
         rcode, msg = self.xfrsess._parse_query_message(request_data)
         self.assertEqual(Rcode.FORMERR(), rcode)
-        
+
         # NOERROR
         request_data = self.create_request_data(ixfr=True, with_soa=True)
         rcode, msg = self.xfrsess._parse_query_message(request_data)




More information about the bind10-changes mailing list