You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2021/08/06 14:55:34 UTC

[GitHub] [activemq-artemis] clebertsuconic commented on a change in pull request #3691: ARTEMIS-3417 AutoDelete false by default on the created broker.xml

clebertsuconic commented on a change in pull request #3691:
URL: https://github.com/apache/activemq-artemis/pull/3691#discussion_r684299827



##########
File path: artemis-cli/src/test/java/org/apache/activemq/cli/test/ArtemisTest.java
##########
@@ -749,7 +751,6 @@ public void testMissingUserFileViaManagement() throws Exception {
 
       File userFile = new File(instance1.getAbsolutePath() + "/etc/artemis-users.properties");
       userFile.delete();
-      //      File roleFile = new File(instance1.getAbsolutePath() + "/etc/artemis-roles.properties");

Review comment:
       non related to my change but I want to use the opportunity to remove this.




-- 
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: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org