From 22879b5cf3e696ecdbe24392f051f9d315fe13ac Mon Sep 17 00:00:00 2001 From: Marcin Siodelski Date: Sat, 20 Oct 2018 12:00:59 +0200 Subject: [PATCH] [#78,!85] Corrected unit test name. --- src/hooks/dhcp/high_availability/tests/ha_service_unittest.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.47.2