NO-JIRA Removing System.out from a test
This commit is contained in:
parent
7c573db6a1
commit
ae26a8640f
|
@ -51,7 +51,6 @@ public class SaslScramTest extends ActiveMQTestBase {
|
|||
@BeforeEach
|
||||
public void startBroker() throws Exception {
|
||||
String loginConfPath = new File(SaslScramTest.class.getResource("/login.config").toURI()).getAbsolutePath();
|
||||
System.out.println(loginConfPath);
|
||||
System.setProperty("java.security.auth.login.config", loginConfPath);
|
||||
BROKER = new EmbeddedActiveMQ();
|
||||
URL urlScram = SaslScramTest.class.getResource("/broker-saslscram.xml");
|
||||
|
|
Loading…
Reference in New Issue