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:
James Strachan 2006-06-13 08:49:13 +00:00
parent 789d2da20c
commit 8ce74fa439
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}