mirror of
https://github.com/apache/poi.git
synced 2025-03-06 17:09:08 +00:00
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
a5bff38b97
commit
d9590e0e20
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…
x
Reference in New Issue
Block a user