Skip to content
Snippets Groups Projects
Commit 12e8c0bd authored by athatheocsd's avatar athatheocsd
Browse files

Pleasing vera's whims

parent b647b958
No related branches found
No related tags found
No related merge requests found
...@@ -81,5 +81,4 @@ TEST_CASE("High Severity Anomaly Report TM[5,4]","[service][st05]") { ...@@ -81,5 +81,4 @@ TEST_CASE("High Severity Anomaly Report TM[5,4]","[service][st05]") {
CHECK(report.readEnum16() == 4); CHECK(report.readEnum16() == 4);
report.readString(checkString,10); report.readString(checkString,10);
CHECK(strcmp(checkString, reinterpret_cast<const char*>(eventReportData)) == 0); CHECK(strcmp(checkString, reinterpret_cast<const char*>(eventReportData)) == 0);
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment