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:
Nick Burch 2009-03-24 15:50:36 +00:00
parent ef93bdc6ae
commit ad8f6284e8
2 changed files with 7 additions and 0 deletions

Binary file not shown.

View File

@ -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");
}
}