mirror of https://github.com/apache/activemq.git
Fix test name and drop the message count to 1000 which should be plenty.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1451009 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e5768c009b
commit
bba7b38d2f
|
@ -65,7 +65,7 @@ public abstract class AbstractMQTTTest {
|
||||||
brokerService.setPersistent(false);
|
brokerService.setPersistent(false);
|
||||||
brokerService.setAdvisorySupport(false);
|
brokerService.setAdvisorySupport(false);
|
||||||
brokerService.setUseJmx(false);
|
brokerService.setUseJmx(false);
|
||||||
this.numberOfMessages = 3000;
|
this.numberOfMessages = 1000;
|
||||||
}
|
}
|
||||||
|
|
||||||
@After
|
@After
|
||||||
|
|
|
@ -23,7 +23,7 @@ import org.junit.Test;
|
||||||
|
|
||||||
import static org.junit.Assert.assertTrue;
|
import static org.junit.Assert.assertTrue;
|
||||||
|
|
||||||
public class MTQQNioTest extends MQTTTest {
|
public class MQTTNioTest extends MQTTTest {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected String getProtocolScheme() {
|
protected String getProtocolScheme() {
|
Loading…
Reference in New Issue