]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#78,!85] Corrected unit test name.
authorMarcin Siodelski <marcin@isc.org>
Sat, 20 Oct 2018 10:00:59 +0000 (12:00 +0200)
committerMarcin Siodelski <marcin@isc.org>
Mon, 5 Nov 2018 18:38:41 +0000 (13:38 -0500)
src/hooks/dhcp/high_availability/tests/ha_service_unittest.cc

index ca8b6fffdc01a9d75ac28c710e9d18727d8e1f88..95b660ce66ba8310f55316e674effb366cef34c9 100644 (file)
@@ -1964,7 +1964,7 @@ TEST_F(HAServiceTest, processSynchronizeDisableError) {
 
 // This test verifies that an error is reported when sending a lease4-get-page
 // command causes an error.
-TEST_F(HAServiceTest, processSynchronizeLease4GetAllError) {
+TEST_F(HAServiceTest, processSynchronizeLease4GetPageError) {
     // Setup the server2 to return an error to dhcp-disable commands.
     factory2_->getResponseCreator()->setControlResult("lease4-get-page",
                                                       CONTROL_RESULT_ERROR);
@@ -2057,7 +2057,7 @@ TEST_F(HAServiceTest, processSynchronize6DisableError) {
 
 // This test verifies that an error is reported when sending a lease6-get-page
 // command causes an error.
-TEST_F(HAServiceTest, processSynchronizeLease6GetAllError) {
+TEST_F(HAServiceTest, processSynchronizeLease6GetPageError) {
     // Setup the server2 to return an error to dhcp-disable commands.
     factory2_->getResponseCreator()->setControlResult("lease6-get-page",
                                                       CONTROL_RESULT_ERROR);