BIND 10 master, updated. 8ea9fa7608fbb63b0effbef970535ab96ef4edee [master] Add a newline at the end of the zone data

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Jan 22 11:46:39 UTC 2013


The branch, master has been updated
       via  8ea9fa7608fbb63b0effbef970535ab96ef4edee (commit)
      from  5d3f0570a21d753d681d170622df02ef39ebb70d (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 8ea9fa7608fbb63b0effbef970535ab96ef4edee
Author: Mukund Sivaraman <muks at isc.org>
Date:   Tue Jan 22 17:16:29 2013 +0530

    [master] Add a newline at the end of the zone data

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

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

-----------------------------------------------------------------------
diff --git a/src/bin/auth/tests/datasrc_clients_builder_unittest.cc b/src/bin/auth/tests/datasrc_clients_builder_unittest.cc
index b0c06d4..01ac47e 100644
--- a/src/bin/auth/tests/datasrc_clients_builder_unittest.cc
+++ b/src/bin/auth/tests/datasrc_clients_builder_unittest.cc
@@ -329,7 +329,7 @@ TEST_F(DataSrcClientsBuilderTest,
     // Prepare the database first
     const std::string test_db = TEST_DATA_BUILDDIR "/auth_test.sqlite3.copied";
     std::stringstream ss("example.org. 3600 IN SOA . . 0 0 0 0 0\n"
-                         "example.org. 3600 IN NS ns1.example.org.");
+                         "example.org. 3600 IN NS ns1.example.org.\n");
     createSQLite3DB(rrclass, Name("example.org"), test_db.c_str(), ss);
     // This describes the data source in the configuration
     const ConstElementPtr config(Element::fromJSON("{"



More information about the bind10-changes mailing list