Fix data dir path change that shouldn't have been committed with the

other fixes.
This commit is contained in:
Timothy Bish 2016-05-18 11:02:14 -04:00
parent c2230fda4b
commit 0883011147
1 changed files with 1 additions and 2 deletions

View File

@ -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);