Do this test properly

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@552733 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Davies 2007-07-03 08:23:15 +00:00
parent 4b7e5c914b
commit 82ce164d7a
1 changed files with 1 additions and 2 deletions

View File

@ -78,8 +78,7 @@ public class TransactedTopicMasterSlaveTest extends JmsTopicTransactionTest{
}
protected void messageSent() throws Exception{
if(true)
return;
if(++inflightMessageCount>=failureCount){
inflightMessageCount=0;
Thread.sleep(1000);