BIND 10 trac363, updated. c4d150ae4528f15fe8f05dbc85a1025abc92e78a [trac363] duplicate test case cleanup

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Apr 8 01:52:08 UTC 2011


The branch, trac363 has been updated
       via  c4d150ae4528f15fe8f05dbc85a1025abc92e78a (commit)
      from  ad3dfb04a335ed4c65722063bd351be51dae33b4 (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 c4d150ae4528f15fe8f05dbc85a1025abc92e78a
Author: chenzhengzhang <jerry.zzpku at gmail.com>
Date:   Fri Apr 8 09:50:54 2011 +0800

    [trac363] duplicate test case cleanup

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

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

-----------------------------------------------------------------------
diff --git a/src/lib/dns/python/tests/name_python_test.py b/src/lib/dns/python/tests/name_python_test.py
index 1d8d683..b8e625a 100644
--- a/src/lib/dns/python/tests/name_python_test.py
+++ b/src/lib/dns/python/tests/name_python_test.py
@@ -155,8 +155,6 @@ class NameTest(unittest.TestCase):
         self.assertRaises(TypeError, self.name1.split, "wrong", 1)
         self.assertRaises(TypeError, self.name1.split, 1, "wrong")
 
-        s = self.name1.split(0)
-        self.assertEqual("example.com.", s.to_text())
         s = self.name1.split(1)
         self.assertEqual("com.", s.to_text())
 




More information about the bind10-changes mailing list