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:
parent
b1e67e6be6
commit
30e58e3952
@ -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();
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user