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
|
||||
public void setUp() throws Exception {
|
||||
//File directory = new File("target/test/PlistDB");
|
||||
File directory = new File("/sandbox/temp/plist");
|
||||
File directory = new File("target/test/PlistDB");
|
||||
IOHelper.mkdirs(directory);
|
||||
IOHelper.deleteChildren(directory);
|
||||
startStore(directory);
|
||||
|
|
Loading…
Reference in New Issue