mirror of https://github.com/apache/activemq.git
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:
parent
4b7e5c914b
commit
82ce164d7a
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue