Browse Source

./DS test. currently fails (exception triggered), so disabled.

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

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

@@ -686,6 +686,13 @@ TEST_F(DataSrcTest, NSECZonecutOfNonsecureZone) {
 }
 #endif
 
+#if 0
+TEST_F(DataSrcTest, RootDSQuery) {
+    createAndProcessQuery(test_source, msg, Name("."),
+                          RRClass::IN(), RRType::DS());
+}
+#endif
+
 TEST_F(DataSrcTest, Nsec3Hash) {
     vector<uint8_t> salt;
     salt.push_back(0xfe);