mirror of https://github.com/apache/activemq.git
no need to auto-create the data directory for the test case
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@523290 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2632922be8
commit
a58a92d302
|
@ -56,7 +56,7 @@ public class BrokerXmlConfigTest extends TestCase {
|
||||||
|
|
||||||
protected void setUp() throws Exception {
|
protected void setUp() throws Exception {
|
||||||
System.setProperty("activemq.base", "target");
|
System.setProperty("activemq.base", "target");
|
||||||
new File("target/data").mkdirs();
|
//new File("target/data").mkdirs();
|
||||||
broker = BrokerFactory.createBroker("xbean:src/release/conf/activemq.xml");
|
broker = BrokerFactory.createBroker("xbean:src/release/conf/activemq.xml");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue