mirror of https://github.com/apache/activemq.git
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@603772 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
1c4ef90ff3
commit
92bbce1d6f
|
@ -38,7 +38,6 @@ public class QueueMasterSlaveTest extends JmsTopicSendReceiveWithTwoConnectionsT
|
||||||
protected String uriString = "failover://(tcp://localhost:62001,tcp://localhost:62002)?randomize=false";
|
protected String uriString = "failover://(tcp://localhost:62001,tcp://localhost:62002)?randomize=false";
|
||||||
|
|
||||||
protected void setUp() throws Exception {
|
protected void setUp() throws Exception {
|
||||||
messageCount = 10000;
|
|
||||||
if (System.getProperty("basedir") == null) {
|
if (System.getProperty("basedir") == null) {
|
||||||
File file = new File(".");
|
File file = new File(".");
|
||||||
System.setProperty("basedir", file.getAbsolutePath());
|
System.setProperty("basedir", file.getAbsolutePath());
|
||||||
|
|
Loading…
Reference in New Issue