mirror of https://github.com/apache/activemq.git
Fix data dir path change that shouldn't have been committed with the
other fixes.
This commit is contained in:
parent
c2230fda4b
commit
0883011147
|
@ -645,8 +645,7 @@ public abstract class PListTestSupport {
|
||||||
|
|
||||||
@Before
|
@Before
|
||||||
public void setUp() throws Exception {
|
public void setUp() throws Exception {
|
||||||
//File directory = new File("target/test/PlistDB");
|
File directory = new File("target/test/PlistDB");
|
||||||
File directory = new File("/sandbox/temp/plist");
|
|
||||||
IOHelper.mkdirs(directory);
|
IOHelper.mkdirs(directory);
|
||||||
IOHelper.deleteChildren(directory);
|
IOHelper.deleteChildren(directory);
|
||||||
startStore(directory);
|
startStore(directory);
|
||||||
|
|
Loading…
Reference in New Issue