PR: 16145 - tests delete their output files

Submitted by: Brian Sanders


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352988 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Avik Sengupta 2003-01-26 20:34:39 +00:00
parent b1e67e6be6
commit 30e58e3952
2 changed files with 0 additions and 2 deletions

View File

@ -216,7 +216,6 @@ extends TestCase {
fis = new FileInputStream(temp);
book = new HSSFWorkbook(fis);
fis.close();
temp.delete();
umSheet = book.getSheetAt(0);
s = umSheet.getSheet();

View File

@ -109,7 +109,6 @@ public class TestHSSFPalette extends TestCase
fis = new FileInputStream(temp);
book = new HSSFWorkbook(fis);
fis.close();
temp.delete();
palette = book.getCustomPalette();
HSSFColor color = palette.getColor(HSSFColor.CORAL.index); //unmodified