mirror of
https://github.com/querydsl/querydsl.git
synced 2026-07-03 21:07:49 +08:00
Fix setUpClass in AbstractQueryTest to remove the correct target directories from previous test runs
This commit is contained in:
parent
afaf3b38d7
commit
ce3d5ab312
@ -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/lucene3"));
|
||||
FileUtils.delete(new File("target/lucene"));
|
||||
AnnotationConfiguration cfg = new AnnotationConfiguration();
|
||||
cfg.addAnnotatedClass(User.class);
|
||||
Properties props = new Properties();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user