Author: rajdavies Date: Wed Dec 12 15:10:25 2007 New Revision: 603772 URL: http://svn.apache.org/viewvc?rev=603772&view=rev Log: Fix for https://issues.apache.org/activemq/browse/AMQ-1507 Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/broker/ft/QueueMasterSlaveTest.java Modified: activemq/trunk/activemq-core/src/test/java/org/apache/activemq/broker/ft/QueueMasterSlaveTest.java URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/broker/ft/QueueMasterSlaveTest.java?rev=603772&r1=603771&r2=603772&view=diff ============================================================================== --- activemq/trunk/activemq-core/src/test/java/org/apache/activemq/broker/ft/QueueMasterSlaveTest.java (original) +++ activemq/trunk/activemq-core/src/test/java/org/apache/activemq/broker/ft/QueueMasterSlaveTest.java Wed Dec 12 15:10:25 2007 @@ -38,7 +38,6 @@ protected String uriString = "failover://(tcp://localhost:62001,tcp://localhost:62002)?randomize=false"; protected void setUp() throws Exception { - messageCount = 10000; if (System.getProperty("basedir") == null) { File file = new File("."); System.setProperty("basedir", file.getAbsolutePath());