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:
James Strachan 2007-03-28 12:08:58 +00:00
parent 2632922be8
commit a58a92d302
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ public class BrokerXmlConfigTest extends TestCase {
protected void setUp() throws Exception {
System.setProperty("activemq.base", "target");
new File("target/data").mkdirs();
//new File("target/data").mkdirs();
broker = BrokerFactory.createBroker("xbean:src/release/conf/activemq.xml");
}