matthiasblaesing commented on a change in pull request #3470:
URL: https://github.com/apache/netbeans/pull/3470#discussion_r790157228



##########
File path: java/maven/src/org/netbeans/modules/maven/TestChecker.java
##########
@@ -59,6 +59,17 @@
                     config.setProperty("test", test + '#' + method);
                 }
         }
+        if (ActionProviderImpl.COMMAND_INTEGRATION_TEST_SINGLE.equals(action) 
||
+            
ActionProviderImpl.COMMAND_DEBUG_INTEGRATION_TEST_SINGLE.equals(action) ||
+            "profile-tests".equals(action)) 
+        { //NOI18N - profile-tests is not really nice but well.

Review comment:
       @abourree I saw the updated commit - would you mind squashing the to 
commits into one?




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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to