]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#750,!440] Addressed review comments
authorThomas Markwalder <tmark@isc.org>
Wed, 7 Aug 2019 13:31:18 +0000 (09:31 -0400)
committerThomas Markwalder <tmark@isc.org>
Wed, 7 Aug 2019 13:34:04 +0000 (09:34 -0400)
src/lib/dhcpsrv/tests/alloc_engine6_unittest.cc
    removed extra spaces

src/lib/dhcpsrv/tests/alloc_engine6_unittest.cc

index dc849710d99e56872a771d5fafe3819541833c26..0ffac003b12c673b73c9649747f9db42e1864358 100644 (file)
@@ -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_,