Revert "Fix setUpClass in AbstractQueryTest to remove the correct target directories from previous test runs"

This reverts commit ce3d5ab312.
This commit is contained in:
Jan-Willem Gmelig Meyling 2020-10-14 14:42:36 +02:00
parent ce3d5ab312
commit ce90e59c6f

View File

@ -38,7 +38,7 @@ public abstract class AbstractQueryTest {
@BeforeClass
public static void setUpClass() throws IOException {
FileUtils.delete(new File("target/derbydb"));
FileUtils.delete(new File("target/lucene"));
FileUtils.delete(new File("target/lucene3"));
AnnotationConfiguration cfg = new AnnotationConfiguration();
cfg.addAnnotatedClass(User.class);
Properties props = new Properties();