BIND 10 trac1457, updated. 55330acd18cb29963fc23be6eb59d5a56ab64f9a [1457] removed now unused rrset in a test

BIND 10 source code commits bind10-changes at lists.isc.org
Fri Jun 1 10:32:14 UTC 2012


The branch, trac1457 has been updated
       via  55330acd18cb29963fc23be6eb59d5a56ab64f9a (commit)
      from  11af4fd1af04140c9e64aff58efc5f6661a41cf0 (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 55330acd18cb29963fc23be6eb59d5a56ab64f9a
Author: Jelte Jansen <jelte at isc.org>
Date:   Fri Jun 1 12:29:26 2012 +0200

    [1457] removed now unused rrset in a test

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

Summary of changes:
 src/lib/python/isc/ddns/tests/session_tests.py |    5 -----
 1 file changed, 5 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/python/isc/ddns/tests/session_tests.py b/src/lib/python/isc/ddns/tests/session_tests.py
index 8c44f7b..4d33527 100644
--- a/src/lib/python/isc/ddns/tests/session_tests.py
+++ b/src/lib/python/isc/ddns/tests/session_tests.py
@@ -1067,11 +1067,6 @@ class SessionTest(unittest.TestCase):
                                         "ns2.example.org.",
                                         "ns3.example.org." ])
 
-        # When we are done, we should have a reduced NS rrset
-        short_ns_rrset = create_rrset("example.org", TEST_RRCLASS,
-                                      RRType.NS(), 3600,
-                                      [ "ns3.example.org." ])
-
         # Sanity check, make sure original data is really there before updates
         self.__check_inzone_data(isc.datasrc.ZoneFinder.SUCCESS,
                                  isc.dns.Name("example.org"),



More information about the bind10-changes mailing list