BIND 10 trac2993, updated. 204733844d2984ed49eb8e2da89666f6a1729732 [2993] Update comment

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Jun 27 03:30:55 UTC 2013


The branch, trac2993 has been updated
       via  204733844d2984ed49eb8e2da89666f6a1729732 (commit)
      from  d399683b0d058126c2889d090b6067dcac0de859 (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 204733844d2984ed49eb8e2da89666f6a1729732
Author: Mukund Sivaraman <muks at isc.org>
Date:   Thu Jun 27 09:00:47 2013 +0530

    [2993] Update comment

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

Summary of changes:
 src/lib/datasrc/tests/client_list_unittest.cc |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/tests/client_list_unittest.cc b/src/lib/datasrc/tests/client_list_unittest.cc
index 90dbf3f..602fa73 100644
--- a/src/lib/datasrc/tests/client_list_unittest.cc
+++ b/src/lib/datasrc/tests/client_list_unittest.cc
@@ -1059,8 +1059,9 @@ TEST_P(ListTest, checkZoneWriterCatchesExceptions) {
     ASSERT_TRUE(result.second);
 
     std::string error_msg;
-    // This should not throw and must return an error message in
-    // error_msg.
+    // Because of the way we called getCachedZoneWriter() with
+    // catch_load_error=true, the following should not throw and must
+    // return an error message in error_msg.
     EXPECT_NO_THROW(result.second->load(&error_msg));
     EXPECT_FALSE(error_msg.empty());
     result.second->cleanup();



More information about the bind10-changes mailing list