]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Add a newline at the end of the zone data
authorMukund Sivaraman <muks@isc.org>
Tue, 22 Jan 2013 11:46:29 +0000 (17:16 +0530)
committerMukund Sivaraman <muks@isc.org>
Tue, 22 Jan 2013 11:46:29 +0000 (17:16 +0530)
src/bin/auth/tests/datasrc_clients_builder_unittest.cc

index b0c06d4bccc66829a6389d16401c61d6ad338383..01ac47e76b62f134f5356a1343ac4a2c4b7f933a 100644 (file)
@@ -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("{"