mgaido91 commented on a change in pull request #3634: NIFI-6524 MergeContent
properties should accept expression language variables
URL: https://github.com/apache/nifi/pull/3634#discussion_r310460539
##########
File path:
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/test/java/org/apache/nifi/processors/standard/TestMergeContent.java
##########
@@ -1153,6 +1153,248 @@ public void testMaxBinAge() throws
InterruptedException {
runner.run();
runner.assertTransferCount(MergeContent.REL_MERGED, 1);
+
+ runner = TestRunners.newTestRunner(new MergeContent());
Review comment:
why not having this in a dedicated test case for this PR which tests all the
attributes EL?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services