mirror of https://github.com/apache/activemq.git
removed Java 5 dependency - naughty Nathan :)
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@413838 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
789d2da20c
commit
8ce74fa439
|
@ -127,7 +127,7 @@ public class StompTest extends CombinationTestSupport {
|
|||
|
||||
String f = receiveFrame(10000);
|
||||
assertTrue(f.startsWith("CONNECTED"));
|
||||
assertTrue(f.contains("response-id:1"));
|
||||
assertTrue(f.indexOf("response-id:1") >= 0);
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue