[svn] commit: r1434 - /trunk/src/lib/auth/tests/datasrc_unittest.cc

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Mar 16 00:48:13 UTC 2010


Author: each
Date: Tue Mar 16 00:48:13 2010
New Revision: 1434

Log:
enable NSEC-at-a-zone-cut test

Modified:
    trunk/src/lib/auth/tests/datasrc_unittest.cc

Modified: trunk/src/lib/auth/tests/datasrc_unittest.cc
==============================================================================
--- trunk/src/lib/auth/tests/datasrc_unittest.cc (original)
+++ trunk/src/lib/auth/tests/datasrc_unittest.cc Tue Mar 16 00:48:13 2010
@@ -680,7 +680,6 @@
 
 // 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 @@
     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)




More information about the bind10-changes mailing list