BIND 10 trac2521, updated. dac1394a30be534559eda0cfeaa140eace9000a6 [2521] remove an unused Rdata_DHCID_Test method

BIND 10 source code commits bind10-changes at lists.isc.org
Mon May 6 18:55:38 UTC 2013


The branch, trac2521 has been updated
       via  dac1394a30be534559eda0cfeaa140eace9000a6 (commit)
      from  885821d16691e4179678e4d7f61d550774c1a7a6 (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 dac1394a30be534559eda0cfeaa140eace9000a6
Author: Paul Selkirk <pselkirk at isc.org>
Date:   Mon May 6 14:55:30 2013 -0400

    [2521] remove an unused Rdata_DHCID_Test method

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

Summary of changes:
 src/lib/dns/tests/rdata_dhcid_unittest.cc |    5 -----
 1 file changed, 5 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dns/tests/rdata_dhcid_unittest.cc b/src/lib/dns/tests/rdata_dhcid_unittest.cc
index abcd675..90f44dc 100644
--- a/src/lib/dns/tests/rdata_dhcid_unittest.cc
+++ b/src/lib/dns/tests/rdata_dhcid_unittest.cc
@@ -45,11 +45,6 @@ protected:
             rdata_str, rdata_dhcid, false, false);
     }
 
-    void checkFromText_InvalidText(const string& rdata_str) {
-        checkFromText<in::DHCID, InvalidRdataText, InvalidRdataText>(
-            rdata_str, rdata_dhcid, true, true);
-    }
-
     void checkFromText_BadValue(const string& rdata_str) {
         checkFromText<in::DHCID, BadValue, BadValue>(
             rdata_str, rdata_dhcid, true, true);



More information about the bind10-changes mailing list