Browse Source

added a note about a failing test

git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1393 e5f2f494-b856-4b98-b285-d166d9295462
JINMEI Tatuya 15 years ago
parent
commit
ce67f15795
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/auth/tests/datasrc_unittest.cc

+ 1 - 1
src/lib/auth/tests/datasrc_unittest.cc

@@ -686,7 +686,7 @@ TEST_F(DataSrcTest, NSECZonecutOfNonsecureZone) {
 }
 #endif
 
-#if 0
+#if 0                           // currently fails
 TEST_F(DataSrcTest, RootDSQuery) {
     createAndProcessQuery(test_source, msg, Name("."),
                           RRClass::IN(), RRType::DS());