Skip to content

Commit 2e3977d

Browse files
committed
Improved coverage
1 parent eb4243a commit 2e3977d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/libYARP_os/tests/LogTest.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1155,4 +1155,9 @@ TEST_CASE("os::LogTest", "[yarp::os]")
11551155

11561156
CNT yInfo("This is text contains special characters that could cause issues like 1-\", 2-(, 3-), 4-[, 5-], 6-{, 7-}, 8-\t, 9-%%");
11571157
}
1158+
1159+
SECTION("Extra Methods to improve coverage")
1160+
{
1161+
yarp::os::Log l;
1162+
}
11581163
}

0 commit comments

Comments
 (0)