You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2021/04/09 12:48:54 UTC

[activemq-artemis] branch master updated: ARTEMIS-3106 Check style fix on SaslScramTest

This is an automated email from the ASF dual-hosted git repository.

clebertsuconic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/master by this push:
     new 565d921  ARTEMIS-3106 Check style fix on SaslScramTest
565d921 is described below

commit 565d921a077db799c6ea7a76f6859bf4ce69a09a
Author: Clebert Suconic <cl...@apache.org>
AuthorDate: Fri Apr 9 08:48:17 2021 -0400

    ARTEMIS-3106 Check style fix on SaslScramTest
---
 .../activemq/artemis/tests/integration/amqp/sasl/SaslScramTest.java    | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/sasl/SaslScramTest.java b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/sasl/SaslScramTest.java
index 699337e..d114372 100644
--- a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/sasl/SaslScramTest.java
+++ b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/amqp/sasl/SaslScramTest.java
@@ -34,10 +34,8 @@ import org.apache.activemq.artemis.tests.util.ActiveMQTestBase;
 import org.apache.qpid.jms.JmsConnectionFactory;
 import org.apache.qpid.jms.exceptions.JMSSecuritySaslException;
 import org.junit.After;
-import org.junit.AfterClass;
 import org.junit.Assert;
 import org.junit.Before;
-import org.junit.BeforeClass;
 import org.junit.Test;
 
 /**
@@ -55,7 +53,6 @@ public class SaslScramTest extends ActiveMQTestBase {
       BROKER = new EmbeddedActiveMQ();
       URL urlScram = SaslScramTest.class.getResource("/broker-saslscram.xml");
       Assert.assertNotNull(urlScram);
-      System.out.println("url::" + urlScram);
       BROKER.setConfigResourcePath(urlScram.toExternalForm());
       BROKER.setSecurityManager(new ActiveMQJAASSecurityManager("artemis-sasl-scram"));
       BROKER.start();