BIND 10 trac2386, updated. d217a093381047f49fb35415ece3402ed2ab6148 [2386] Remove obsolete NSECLikeBitmapTest.badText test

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Feb 25 16:30:34 UTC 2013


The branch, trac2386 has been updated
       via  d217a093381047f49fb35415ece3402ed2ab6148 (commit)
      from  b7e16c6f873627a09b62631ce0d20e96e165687c (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 d217a093381047f49fb35415ece3402ed2ab6148
Author: Mukund Sivaraman <muks at isc.org>
Date:   Mon Feb 25 21:56:36 2013 +0530

    [2386] Remove obsolete NSECLikeBitmapTest.badText test

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

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

-----------------------------------------------------------------------
diff --git a/src/lib/dns/tests/rdata_nsecbitmap_unittest.cc b/src/lib/dns/tests/rdata_nsecbitmap_unittest.cc
index a0dfa6d..fbb256a 100644
--- a/src/lib/dns/tests/rdata_nsecbitmap_unittest.cc
+++ b/src/lib/dns/tests/rdata_nsecbitmap_unittest.cc
@@ -168,14 +168,6 @@ TYPED_TEST(NSECLikeBitmapTest, createFromWire) {
                  DNSMessageFORMERR);
 }
 
-// Disabled by #2386. Unsure whether trailing spaces are disallowed. The
-// RFC itself doesn't say anything about it (RFC4034 section 4.2).
-TYPED_TEST(NSECLikeBitmapTest, DISABLED_badText) {
-    // redundant space after the sequence
-    EXPECT_THROW(this->fromText(this->getCommonText() + "A "),
-                 InvalidRdataText);
-}
-
 // This tests the result of toText() with various kinds of NSEC/NSEC3 bitmaps.
 // It also tests the "from text" constructor as a result.
 TYPED_TEST(NSECLikeBitmapTest, toText) {



More information about the bind10-changes mailing list