From: Marcin Siodelski Date: Sat, 20 Oct 2018 10:00:59 +0000 (+0200) Subject: [#78,!85] Corrected unit test name. X-Git-Tag: 66-authoritative-flag-in-kea_base~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22879b5cf3e696ecdbe24392f051f9d315fe13ac;p=thirdparty%2Fkea.git [#78,!85] Corrected unit test name. --- diff --git a/src/hooks/dhcp/high_availability/tests/ha_service_unittest.cc b/src/hooks/dhcp/high_availability/tests/ha_service_unittest.cc index ca8b6fffdc..95b660ce66 100644 --- a/src/hooks/dhcp/high_availability/tests/ha_service_unittest.cc +++ b/src/hooks/dhcp/high_availability/tests/ha_service_unittest.cc @@ -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);