Fix model dumper test path

This commit is contained in:
Adam
2016-06-18 19:08:05 -04:00
parent f3ce32cacc
commit b5f56fa053

View File

@@ -57,7 +57,7 @@ public class ModelDumperTest
@Test
public void test() throws IOException
{
java.io.File modelDir = new java.io.File("d:/rs/07/cache/models");//folder.newFolder("models");
java.io.File modelDir = folder.newFolder("models");
int count = 0;
try (Store store = new Store(StoreLocation.LOCATION))