mirror of https://github.com/apache/activemq.git
remove non portable ref to /tmp for test - https://issues.apache.org/jira/browse/AMQ-3982
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1375444 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
030d09b816
commit
7e206615b8
|
@ -656,7 +656,7 @@ public class PListTest {
|
||||||
|
|
||||||
@Before
|
@Before
|
||||||
public void setUp() throws Exception {
|
public void setUp() throws Exception {
|
||||||
File directory = new File("/tmp/target/test/PlistDB");
|
File directory = new File("target/test/PlistDB");
|
||||||
IOHelper.mkdirs(directory);
|
IOHelper.mkdirs(directory);
|
||||||
IOHelper.deleteChildren(directory);
|
IOHelper.deleteChildren(directory);
|
||||||
startStore(directory);
|
startStore(directory);
|
||||||
|
|
Loading…
Reference in New Issue