martinzink commented on code in PR #1936:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1936#discussion_r1967338323


##########
extensions/windows-event-log/tests/ConsumeWindowsEventLogTests.cpp:
##########
@@ -359,7 +359,7 @@ TEST_CASE("ConsumeWindowsEventLog prints events in plain 
text correctly", "[onTr
   CHECK(event.find(R"(Date:          )") != std::string::npos);
   CHECK(event.find(R"(Record ID:     )") != std::string::npos);
   CHECK(event.find(R"(Event ID:      14985)") != std::string::npos);
-  CHECK(event.find(R"(Task Category: N/A)") != std::string::npos);
+  CHECK((event.find(R"(Task Category: N/A)") != std::string::npos || 
event.find(R"(Task Category: None)") != std::string::npos));

Review Comment:
   They changed the wording between win10 and win11



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to