improved test case for for https://issues.apache.org/activemq/browse/AMQ-1807 - stomp dispatching

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@801243 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Bosanac Dejan 2009-08-05 14:46:25 +00:00
parent ea1082899a
commit c6c91252e5
1 changed files with 1 additions and 1 deletions

View File

@ -971,7 +971,7 @@ public class StompTest extends CombinationTestSupport {
}
} catch (SocketTimeoutException soe) {}
Thread.sleep(100);
stompConnection.ack(frame1, "tx1");
stompConnection.abort("tx1");
stompConnection.begin("tx2");