BIND 10 trac551, updated. 8f777e093c960f76ff489f12684005eb48580323 [trac551] Enable GLUE_OK in the wildcard test

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Feb 17 15:41:22 UTC 2011


The branch, trac551 has been updated
       via  8f777e093c960f76ff489f12684005eb48580323 (commit)
      from  9b9f126d3e4adc4ef7e6b61945245499745996df (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8f777e093c960f76ff489f12684005eb48580323
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date:   Thu Feb 17 16:40:45 2011 +0100

    [trac551] Enable GLUE_OK in the wildcard test

-----------------------------------------------------------------------

Summary of changes:
 src/lib/datasrc/tests/memory_datasrc_unittest.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/tests/memory_datasrc_unittest.cc b/src/lib/datasrc/tests/memory_datasrc_unittest.cc
index be70453..a5bfc6f 100644
--- a/src/lib/datasrc/tests/memory_datasrc_unittest.cc
+++ b/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);
     }
 }
 




More information about the bind10-changes mailing list