BIND 10 rrl, updated. d23f85ba4cd04deb90f8a48d81a90157f76f9a74 [rrl] change 'full' for validateConfig to false; otherwise rrl would be needed

BIND 10 source code commits bind10-changes at lists.isc.org
Wed May 8 16:47:37 UTC 2013


The branch, rrl has been updated
       via  d23f85ba4cd04deb90f8a48d81a90157f76f9a74 (commit)
      from  058a4f1877bef5d30ce0fb078427cab4f02198d0 (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 d23f85ba4cd04deb90f8a48d81a90157f76f9a74
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Sun May 5 12:45:08 2013 -0700

    [rrl] change 'full' for validateConfig to false; otherwise rrl would be needed

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

Summary of changes:
 src/bin/auth/tests/config_syntax_unittest.cc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-----------------------------------------------------------------------
diff --git a/src/bin/auth/tests/config_syntax_unittest.cc b/src/bin/auth/tests/config_syntax_unittest.cc
index a7d9bbc..6088156 100644
--- a/src/bin/auth/tests/config_syntax_unittest.cc
+++ b/src/bin/auth/tests/config_syntax_unittest.cc
@@ -41,7 +41,7 @@ TEST_F(AuthConfigSyntaxTest, inmemoryDefaultFileType) {
                 "  [{\"type\": \"memory\", \"class\": \"IN\", "
                 "    \"zones\": [{\"origin\": \"example.com\","
                 "                 \"file\": \""
-                TEST_DATA_DIR "/example.zone\"}]}]}"), true));
+                TEST_DATA_DIR "/example.zone\"}]}]}"), false));
 }
 
 TEST_F(AuthConfigSyntaxTest, inmemorySQLite3Backend) {



More information about the bind10-changes mailing list