adamdebreceni commented on a change in pull request #1141:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1141#discussion_r684978805



##########
File path: extensions/standard-processors/tests/unit/HashContentTest.cpp
##########
@@ -147,17 +147,30 @@ TEST_CASE("TestingFailOnEmptyProperty", 
"[HashContentPropertiesCheck]") {
                                                                      
core::Relationship("success", "description"), true);
   plan->setProperty(md5processor, 
org::apache::nifi::minifi::processors::HashContent::HashAttribute.getName(), 
MD5_ATTR);
   plan->setProperty(md5processor, 
org::apache::nifi::minifi::processors::HashContent::HashAlgorithm.getName(), 
"MD5");
-  plan->setProperty(md5processor, 
org::apache::nifi::minifi::processors::HashContent::FailOnEmpty.getName(), 
"true");
+
+  using processors::HashContent;

Review comment:
       we could move this `using` to the beginning of the test case and get rid 
of all the fully qualified `HashContent` references in this test




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