Github user apiri commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/210#discussion_r52835796
  
    --- Diff: 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/test/java/org/apache/nifi/controller/service/TestStandardControllerServiceProvider.java
 ---
    @@ -218,7 +221,7 @@ public void testStartStopReferencingComponents() {
                 public Object answer(InvocationOnMock invocation) throws 
Throwable {
                     final ProcessorNode procNode = (ProcessorNode) 
invocation.getArguments()[0];
                     procNode.verifyCanStart();
    -                procNode.setScheduledState(ScheduledState.RUNNING);
    +                // procNode.setScheduledState(ScheduledState.RUNNING);
    --- End diff --
    
    Dead code throughout this test class


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to