From: Thomas Markwalder Date: Wed, 7 Aug 2019 13:31:18 +0000 (-0400) Subject: [#750,!440] Addressed review comments X-Git-Tag: Kea-1.6.0~41^2~149 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c548d9330e6f626e538343c5e6361457057efdd7;p=thirdparty%2Fkea.git [#750,!440] Addressed review comments src/lib/dhcpsrv/tests/alloc_engine6_unittest.cc removed extra spaces --- diff --git a/src/lib/dhcpsrv/tests/alloc_engine6_unittest.cc b/src/lib/dhcpsrv/tests/alloc_engine6_unittest.cc index dc849710d9..0ffac003b1 100644 --- a/src/lib/dhcpsrv/tests/alloc_engine6_unittest.cc +++ b/src/lib/dhcpsrv/tests/alloc_engine6_unittest.cc @@ -3169,7 +3169,7 @@ TEST_F(AllocEngine6Test, hostDynamicAddress) { EXPECT_EQ("2001:db8:1::10", lease->addr_.toText()); // We're going to rollback the clock a little so we can verify a renewal. - // We verify the "time" change in case the lease returned to us + // We verify the "time" change in case the lease returned to us // by expectOneLease ever becomes a copy and not what is in the lease mgr. --lease->cltt_; Lease6Ptr from_mgr = LeaseMgrFactory::instance().getLease6(lease->type_, @@ -3249,7 +3249,7 @@ TEST_F(AllocEngine6Test, globalHostDynamicAddress) { EXPECT_EQ("2001:db8:1::10", lease->addr_.toText()); // We're going to rollback the clock a little so we can verify a renewal. - // We verify the "time" change in case the lease returned to us + // We verify the "time" change in case the lease returned to us // by expectOneLease ever becomes a copy and not what is in the lease mgr. --lease->cltt_; Lease6Ptr from_mgr = LeaseMgrFactory::instance().getLease6(lease->type_,