Disabled test for bug #46904
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@757860 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ef93bdc6ae
commit
ad8f6284e8
BIN
src/testcases/org/apache/poi/hssf/data/46904.xls
Normal file
BIN
src/testcases/org/apache/poi/hssf/data/46904.xls
Normal file
Binary file not shown.
@ -1666,4 +1666,11 @@ public final class TestBugs extends TestCase {
|
||||
assertEquals(size2, size3);
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* java.io.IOException: block[ 0 ] already removed
|
||||
*/
|
||||
public void BROKENtest46904() throws IOException {
|
||||
HSSFWorkbook wb = openSample("46904.xls");
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user