]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3696] Updated test comments as a result of review.
authorMarcin Siodelski <marcin@isc.org>
Thu, 3 Mar 2016 14:57:29 +0000 (15:57 +0100)
committerMarcin Siodelski <marcin@isc.org>
Thu, 3 Mar 2016 14:57:29 +0000 (15:57 +0100)
src/bin/dhcp4/tests/kea_controller_unittest.cc
src/bin/dhcp6/tests/kea_controller_unittest.cc

index eb509155663e1fe3040682859e31052f27162877..c42a022c8804b4498e26c697b843e0cb66e3f786 100644 (file)
@@ -518,9 +518,6 @@ void
 JSONFileBackendMySQLTest::
 testBackendReconfiguration(const std::string& backend_first,
                            const std::string& backend_second) {
-    // This is basic server configuration which excludes lease database
-    // backend specification. The default Memfile backend should be
-    // initialized in this case.
     writeFile(createConfiguration(backend_first));
 
     // Create an instance of the server and intialize it.
@@ -535,7 +532,7 @@ testBackendReconfiguration(const std::string& backend_first,
     EXPECT_EQ(backend_first.empty() ? "memfile" : backend_first,
               LeaseMgrFactory::instance().getType());
 
-    // New configuration modifies the lease database backend type to MYSQL.
+    // New configuration modifies the lease database backend type.
     writeFile(createConfiguration(backend_second));
 
     // Explicitly calling signal handler for SIGHUP to trigger server
index c4680fcf8c1533b88c1a37765df110fe1919bfcd..02cff08223674664b7b6db671178e896525d1edb 100644 (file)
@@ -501,9 +501,6 @@ void
 JSONFileBackendMySQLTest::
 testBackendReconfiguration(const std::string& backend_first,
                            const std::string& backend_second) {
-    // This is basic server configuration which excludes lease database
-    // backend specification. The default Memfile backend should be
-    // initialized in this case.
     writeFile(TEST_FILE, createConfiguration(backend_first));
 
     // Create an instance of the server and intialize it.
@@ -518,7 +515,7 @@ testBackendReconfiguration(const std::string& backend_first,
     EXPECT_EQ(backend_first.empty() ? "memfile" : backend_first,
               LeaseMgrFactory::instance().getType());
 
-    // New configuration modifies the lease database backend type to MYSQL.
+    // New configuration modifies the lease database backend type.
     writeFile(TEST_FILE, createConfiguration(backend_second));
 
     // Explicitly calling signal handler for SIGHUP to trigger server