Fix unit test

This commit is contained in:
BoykoAlex
2018-05-02 19:41:30 -04:00
parent fd67adaf40
commit e3301506a4

View File

@@ -41,7 +41,7 @@ public class JandexClasspathTest {
this.name = name;
this.root = new File(JandexClasspathTest.class.getResource("/" + name ).toURI());
testClassesFolder = new File(root, "bin");
this.outputFolder = folder.newFolder();
this.outputFolder = folder.newFolder().getCanonicalFile();
}
void createClass(String fqName) throws Exception {