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

Some fixes

parents d8b21548 eee0a467
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ IF (EXISTS "${PROJECT_SOURCE_DIR}/lib/Catch2/CMakeLists.txt")
add_executable(tests
$<TARGET_OBJECTS:common>
${test_main_SRC}
${test_SRC} test/Services/EventReportService.cpp)
${test_SRC})
target_link_libraries(tests Catch2::Catch2)
ENDIF()
......@@ -27,7 +27,7 @@ TEST_CASE("Informative Event Report TM[5,1]", "[service][st05]") {
CHECK(strcmp(checkString, reinterpret_cast<const char *>(eventReportData)) == 0);
}
TEST_CASE("Loww Severity Anomaly Report TM[5,2]", "[service][st05]") {
TEST_CASE("Low Severity Anomaly Report TM[5,2]", "[service][st05]") {
EventReportService eventReportService;
const unsigned char eventReportData[] = "HelloWorld";
char checkString[255];
......
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