From: Mukund Sivaraman Date: Tue, 22 Jan 2013 11:46:29 +0000 (+0530) Subject: [master] Add a newline at the end of the zone data X-Git-Tag: bind10-1.0.0-rc-release~76^2~19 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8ea9fa7608fbb63b0effbef970535ab96ef4edee;p=thirdparty%2Fkea.git [master] Add a newline at the end of the zone data --- diff --git a/src/bin/auth/tests/datasrc_clients_builder_unittest.cc b/src/bin/auth/tests/datasrc_clients_builder_unittest.cc index b0c06d4bcc..01ac47e76b 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("{"