Browse Source

enable NSEC-at-a-zone-cut test

git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1434 e5f2f494-b856-4b98-b285-d166d9295462
Evan Hunt 15 years ago
parent
commit
67eaca6d8a
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/lib/auth/tests/datasrc_unittest.cc

+ 0 - 4
src/lib/auth/tests/datasrc_unittest.cc

@@ -680,7 +680,6 @@ TEST_F(DataSrcTest, CNAMELoop) {
 
 // NSEC query for the name of a zone cut for non-secure delegation.
 // Should return normal referral.
-#if 0                           // currently fails
 TEST_F(DataSrcTest, NSECZonecutOfNonsecureZone) {
     createAndProcessQuery(Name("sub.example.org"), RRClass::IN(),
                           RRType::NSEC());
@@ -714,13 +713,10 @@ TEST_F(DataSrcTest, NSECZonecutOfNonsecureZone) {
     it->next();
     EXPECT_TRUE(it->isLast());
 }
-#endif
 
-//#if 0                           // currently fails
 TEST_F(DataSrcTest, RootDSQuery) {
     createAndProcessQuery(Name("."), RRClass::IN(), RRType::DS());
 }
-//#endif
 
 // Non-existent name in the "static" data source.  The purpose of this test
 // is to check a corner case behavior when atypical RRClass (CH in this case)