Remove ignored line in JoramTests

Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/71ea52bd
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/71ea52bd
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/71ea52bd

Branch: refs/heads/master
Commit: 71ea52bd060a9ec9eb203f49e62438c524e70345
Parents: 8a09e8f
Author: Thiago Kronig <caa_tkro...@uolinc.com>
Authored: Fri May 8 20:41:28 2015 -0300
Committer: Clebert Suconic <clebertsuco...@apache.org>
Committed: Thu May 21 19:45:01 2015 -0400

----------------------------------------------------------------------
 .../test/java/org/apache/activemq/artemis/jms/ActiveMQAdmin.java    | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/71ea52bd/tests/joram-tests/src/test/java/org/apache/activemq/artemis/jms/ActiveMQAdmin.java
----------------------------------------------------------------------
diff --git 
a/tests/joram-tests/src/test/java/org/apache/activemq/artemis/jms/ActiveMQAdmin.java
 
b/tests/joram-tests/src/test/java/org/apache/activemq/artemis/jms/ActiveMQAdmin.java
index c99cc55..68c6333 100644
--- 
a/tests/joram-tests/src/test/java/org/apache/activemq/artemis/jms/ActiveMQAdmin.java
+++ 
b/tests/joram-tests/src/test/java/org/apache/activemq/artemis/jms/ActiveMQAdmin.java
@@ -252,7 +252,6 @@ public class ActiveMQAdmin implements Admin
       while ((line = br.readLine()) != null)
       {
          System.out.println("SERVER: " + line);
-         line.replace('|', '\n');
          if ("OK".equals(line.trim()))
          {
             new Thread()

Reply via email to