mirror of
https://github.com/apache/activemq.git
synced 2025-02-06 01:59:15 +00:00
avoid println in the console output
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@467688 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4f70250834
commit
a45a7a3f1d
@ -382,7 +382,7 @@ public class StompTest extends CombinationTestSupport {
|
|||||||
frame = receiveFrame(10000);
|
frame = receiveFrame(10000);
|
||||||
assertTrue(frame.startsWith("MESSAGE"));
|
assertTrue(frame.startsWith("MESSAGE"));
|
||||||
|
|
||||||
System.out.println("out: "+frame);
|
// System.out.println("out: "+frame);
|
||||||
|
|
||||||
frame =
|
frame =
|
||||||
"DISCONNECT\n" +
|
"DISCONNECT\n" +
|
||||||
|
Loading…
x
Reference in New Issue
Block a user