2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[#691,!395] Removed spurious dot from the test comment.

This commit is contained in:
Marcin Siodelski
2019-06-26 20:38:09 +02:00
committed by Thomas Markwalder
parent d0265b1d23
commit 88a60903a3

View File

@@ -2931,7 +2931,7 @@ TEST_F(IfaceMgrTest, DeleteExternalSockets4) {
// Tests that an existing external socket that becomes invalid // Tests that an existing external socket that becomes invalid
// is detected and purged, without affecting other sockets. // is detected and purged, without affecting other sockets.
// Tests uses receive4() without queuing.. // Tests uses receive4() without queuing.
TEST_F(IfaceMgrTest, purgeExternalSockets4Direct) { TEST_F(IfaceMgrTest, purgeExternalSockets4Direct) {
purgeExternalSockets4Test(); purgeExternalSockets4Test();
} }
@@ -2939,7 +2939,7 @@ TEST_F(IfaceMgrTest, purgeExternalSockets4Direct) {
// Tests that an existing external socket that becomes invalid // Tests that an existing external socket that becomes invalid
// is detected and purged, without affecting other sockets. // is detected and purged, without affecting other sockets.
// Tests uses receive4() with queuing.. // Tests uses receive4() with queuing.
TEST_F(IfaceMgrTest, purgeExternalSockets4Indirect) { TEST_F(IfaceMgrTest, purgeExternalSockets4Indirect) {
purgeExternalSockets4Test(true); purgeExternalSockets4Test(true);
} }
@@ -3114,7 +3114,7 @@ TEST_F(IfaceMgrTest, DeleteExternalSockets6) {
// Tests that an existing external socket that becomes invalid // Tests that an existing external socket that becomes invalid
// is detected and purged, without affecting other sockets. // is detected and purged, without affecting other sockets.
// Tests uses receive6() without queuing.. // Tests uses receive6() without queuing.
TEST_F(IfaceMgrTest, purgeExternalSockets6Direct) { TEST_F(IfaceMgrTest, purgeExternalSockets6Direct) {
purgeExternalSockets6Test(); purgeExternalSockets6Test();
} }
@@ -3122,7 +3122,7 @@ TEST_F(IfaceMgrTest, purgeExternalSockets6Direct) {
// Tests that an existing external socket that becomes invalid // Tests that an existing external socket that becomes invalid
// is detected and purged, without affecting other sockets. // is detected and purged, without affecting other sockets.
// Tests uses receive6() with queuing.. // Tests uses receive6() with queuing.
TEST_F(IfaceMgrTest, purgeExternalSockets6Indirect) { TEST_F(IfaceMgrTest, purgeExternalSockets6Indirect) {
purgeExternalSockets6Test(true); purgeExternalSockets6Test(true);
} }