Skip to content

Commit 0ca8474

Browse files
committed
Unit tests: add note about warning
1 parent 1bccbb6 commit 0ca8474

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testing/streaminfo.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ TEST_CASE("streaminfo matching via XPath", "[basic][streaminfo][xml]") {
4747
REQUIRE(info.matches_query("nominal_srate >= 499"));
4848
REQUIRE(info.matches_query("count(desc/channels/channel[type='EEG'])>3"));
4949

50+
LOG_F(INFO, "The following warning is harmless and expected");
5051
REQUIRE(!info.matches_query("in'va'lid"));
5152
REQUIRE(!info.matches_query("name='othername'"));
5253
}

0 commit comments

Comments
 (0)