]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[642-update-mysql-cb-with-calls-to-set-delete-and-retrieve-servers] Restored missing...
authorFrancis Dupont <fdupont@isc.org>
Tue, 18 Jun 2019 13:45:38 +0000 (15:45 +0200)
committerMarcin Siodelski <marcin@isc.org>
Thu, 27 Jun 2019 18:51:31 +0000 (14:51 -0400)
src/hooks/dhcp/mysql_cb/tests/mysql_cb_dhcp4_unittest.cc

index 42c68fbb8bcf5418c739a23f07907d7e2a0512c7..1c5c554b4ac8bf59e352bb28f4e24ac2a06a0a34 100644 (file)
@@ -1021,7 +1021,7 @@ TEST_F(MySqlConfigBackendDHCPv4Test, getSubnet4WithOptionalUnspecified) {
     EXPECT_EQ(128, returned_subnet->get4o6().getSubnet4o6().get().second);
 
     // The easiest way to verify whether the returned subnet matches the inserted
-   // subnet is to convert both to text.
+    // subnet is to convert both to text.
     EXPECT_EQ(subnet->toElement()->str(), returned_subnet->toElement()->str());
 }