The 'after' files are @Input files and commited in git, so don't delete them after tests.
This commit is contained in:
parent
b654590ed6
commit
2d28972c88
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue