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:
James Dyer 2012-12-05 20:36:03 +00:00
parent 5b1d05c6ab
commit 58cde699ad
1 changed files with 1 additions and 6 deletions

View File

@ -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;