From: Marcin Siodelski Date: Wed, 26 Jun 2019 18:38:09 +0000 (+0200) Subject: [#691,!395] Removed spurious dot from the test comment. X-Git-Tag: Kea-1.6.0-beta2~189 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88a60903a36a5746b31f18113db007a9014ea0b6;p=thirdparty%2Fkea.git [#691,!395] Removed spurious dot from the test comment. --- diff --git a/src/lib/dhcp/tests/iface_mgr_unittest.cc b/src/lib/dhcp/tests/iface_mgr_unittest.cc index 2af93ddf83..2a63a1a6a2 100644 --- a/src/lib/dhcp/tests/iface_mgr_unittest.cc +++ b/src/lib/dhcp/tests/iface_mgr_unittest.cc @@ -2931,7 +2931,7 @@ TEST_F(IfaceMgrTest, DeleteExternalSockets4) { // Tests that an existing external socket that becomes invalid // is detected and purged, without affecting other sockets. -// Tests uses receive4() without queuing.. +// Tests uses receive4() without queuing. TEST_F(IfaceMgrTest, purgeExternalSockets4Direct) { purgeExternalSockets4Test(); } @@ -2939,7 +2939,7 @@ TEST_F(IfaceMgrTest, purgeExternalSockets4Direct) { // Tests that an existing external socket that becomes invalid // is detected and purged, without affecting other sockets. -// Tests uses receive4() with queuing.. +// Tests uses receive4() with queuing. TEST_F(IfaceMgrTest, purgeExternalSockets4Indirect) { purgeExternalSockets4Test(true); } @@ -3114,7 +3114,7 @@ TEST_F(IfaceMgrTest, DeleteExternalSockets6) { // Tests that an existing external socket that becomes invalid // is detected and purged, without affecting other sockets. -// Tests uses receive6() without queuing.. +// Tests uses receive6() without queuing. TEST_F(IfaceMgrTest, purgeExternalSockets6Direct) { purgeExternalSockets6Test(); } @@ -3122,7 +3122,7 @@ TEST_F(IfaceMgrTest, purgeExternalSockets6Direct) { // Tests that an existing external socket that becomes invalid // is detected and purged, without affecting other sockets. -// Tests uses receive6() with queuing.. +// Tests uses receive6() with queuing. TEST_F(IfaceMgrTest, purgeExternalSockets6Indirect) { purgeExternalSockets6Test(true); }