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:
Timothy A. Bish 2013-02-27 22:35:20 +00:00
parent e5768c009b
commit bba7b38d2f
2 changed files with 2 additions and 2 deletions

View File

@ -65,7 +65,7 @@ public abstract class AbstractMQTTTest {
brokerService.setPersistent(false);
brokerService.setAdvisorySupport(false);
brokerService.setUseJmx(false);
this.numberOfMessages = 3000;
this.numberOfMessages = 1000;
}
@After

View File

@ -23,7 +23,7 @@ import org.junit.Test;
import static org.junit.Assert.assertTrue;
public class MTQQNioTest extends MQTTTest {
public class MQTTNioTest extends MQTTTest {
@Override
protected String getProtocolScheme() {