mirror of https://github.com/apache/lucene.git
remove duplicate code from test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1417636 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5b1d05c6ab
commit
58cde699ad
|
@ -59,12 +59,7 @@ public abstract class AbstractSqlEntityProcessorTestCase extends
|
|||
tmpdir.mkdir();
|
||||
fileLocation = tmpdir.getPath();
|
||||
fileName = "the.properties";
|
||||
}
|
||||
@After
|
||||
public void spwAfter() throws Exception {
|
||||
new File(fileLocation + File.separatorChar + fileName).delete();
|
||||
new File(fileLocation).delete();
|
||||
}
|
||||
}
|
||||
@After
|
||||
public void afterSqlEntitiyProcessorTestCase() {
|
||||
useSimpleCaches = false;
|
||||
|
|
Loading…
Reference in New Issue