Browse Source

[trac551] Enable GLUE_OK in the wildcard test

Michal 'vorner' Vaner 14 years ago
parent
commit
8f777e093c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/datasrc/tests/memory_datasrc_unittest.cc

+ 1 - 1
src/lib/datasrc/tests/memory_datasrc_unittest.cc

@@ -752,7 +752,7 @@ TEST_F(MemoryZoneTest, delegatedWildcard) {
     {
         SCOPED_TRACE("Looking under delegation point in GLUE_OK mode");
         findTest(Name("a.child.example.org"), RRType::A(), Zone::DELEGATION,
-            true, rr_child_ns_);
+            true, rr_child_ns_, NULL, NULL, Zone::FIND_GLUE_OK);
     }
 }