The 'after' files are @Input files and commited in git, so don't delete them after tests.

This commit is contained in:
Khalid Shakir 2014-08-30 03:04:54 +08:00
parent b654590ed6
commit 2d28972c88
1 changed files with 0 additions and 1 deletions

View File

@ -147,7 +147,6 @@ public class AnalyzeCovariatesIntegrationTest extends WalkerTest {
throws IOException {
final File afterFile = new File(TEST_DATA_DIR,afterFileName);
afterFile.deleteOnExit();
final WalkerTestSpec spec = new WalkerTestSpec(
buildCommandLine(null,"%s",true,true,afterFile),
1,UserException.IncompatibleRecalibrationTableParameters.class);