File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -77,14 +77,15 @@ TEST_CASE("Logging callbacks", "[logging]") {
7777 REQUIRE (simple_logs.size () == 2 );
7878 REQUIRE (full_logs.size () == 2 );
7979 CHECK (fixup_log (simple_logs[0 ]) ==
80- " [<timestamp>] [<reltime>] [test.a:critical|test_logging.cpp:{}] abc 42\n " _format (line0));
80+ " [<timestamp>] [<reltime>] [test.a:critical|tests/test_logging.cpp:{}] abc 42\n " _format (
81+ line0));
8182 CHECK (fixup_log (simple_logs[1 ]) ==
82- " [<timestamp>] [<reltime>] [test.b:info|test_logging.cpp:{}] hi\n " _format (line1));
83+ " [<timestamp>] [<reltime>] [test.b:info|tests/ test_logging.cpp:{}] hi\n " _format (line1));
8384 CHECK (fixup_log (full_logs[0 ]) ==
84- " test.a|critical|[<timestamp>] [<reltime>] [test.a:critical|test_logging.cpp:{}] abc 42\n " _format (
85+ " test.a|critical|[<timestamp>] [<reltime>] [test.a:critical|tests/ test_logging.cpp:{}] abc 42\n " _format (
8586 line0));
8687 CHECK (fixup_log (full_logs[1 ]) ==
87- " test.b|info|[<timestamp>] [<reltime>] [test.b:info|test_logging.cpp:{}] hi\n " _format (
88+ " test.b|info|[<timestamp>] [<reltime>] [test.b:info|tests/ test_logging.cpp:{}] hi\n " _format (
8889 line1));
8990}
9091
You can’t perform that action at this time.
0 commit comments