BIND 10 trac363, updated. 21718d6ffdc3f782ffa1b5960088786da9b77e4e [trac363] cleanup: removed a white space at EOL.

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Apr 7 01:00:52 UTC 2011


The branch, trac363 has been updated
       via  21718d6ffdc3f782ffa1b5960088786da9b77e4e (commit)
      from  238735e15837b8dcb878bbdb627ea4b61682db60 (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 21718d6ffdc3f782ffa1b5960088786da9b77e4e
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Wed Apr 6 18:00:34 2011 -0700

    [trac363] cleanup: removed a white space at EOL.

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

Summary of changes:
 src/lib/dns/python/tests/message_python_test.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dns/python/tests/message_python_test.py b/src/lib/dns/python/tests/message_python_test.py
index e42dd98..a6dfa63 100644
--- a/src/lib/dns/python/tests/message_python_test.py
+++ b/src/lib/dns/python/tests/message_python_test.py
@@ -111,7 +111,7 @@ class MessageTest(unittest.TestCase):
         self.assertRaises(InvalidParameter, self.r.set_header_flag, 0)
         self.assertRaises(InvalidParameter, self.r.set_header_flag, 0x7000)
         self.assertRaises(InvalidParameter, self.r.set_header_flag, 0x0800)
-        # this would cause out of range 
+        # this would cause out of range
         self.assertRaises(ValueError, self.r.set_header_flag, 0x10000)
         self.assertRaises(ValueError, self.r.set_header_flag, -1)
 




More information about the bind10-changes mailing list