szaszm commented on code in PR #1370:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1370#discussion_r947892457


##########
extensions/civetweb/tests/ListenHTTPTests.cpp:
##########
@@ -60,15 +60,15 @@ class ListenHTTPTestsFixture {
     
LogTestController::getInstance().setTrace<minifi::processors::ListenHTTP>();
     
LogTestController::getInstance().setTrace<minifi::processors::ListenHTTP::Handler>();
     
LogTestController::getInstance().setDebug<minifi::processors::LogAttribute>();
-    LogTestController::getInstance().setDebug<utils::HTTPClient>();

Review Comment:
   The minifi prefix is not necessary, since we're in the minifi namespace. 
Please check the other changes, too. I see a bunch of similar changes, but 
didn't check separately for each file.



-- 
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