Parcourir la source

[1457] removed now unused rrset in a test

Jelte Jansen il y a 13 ans
Parent
commit
55330acd18
1 fichiers modifiés avec 0 ajouts et 5 suppressions
  1. 0 5
      src/lib/python/isc/ddns/tests/session_tests.py

+ 0 - 5
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"),