bug #44235 is not reproducible in 3.1-beta1
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@653520 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4ea951ac36
commit
5ec046cd73
BIN
src/testcases/org/apache/poi/hssf/data/44235.xls
Executable file
BIN
src/testcases/org/apache/poi/hssf/data/44235.xls
Executable file
Binary file not shown.
@ -898,4 +898,16 @@ public final class TestBugs extends TestCase {
|
||||
writeOutAndReadBack(wb);
|
||||
assertTrue("no errors writing sample xls", true);
|
||||
}
|
||||
|
||||
/**
|
||||
* Bug 44235: Ms Excel can't open save as excel file
|
||||
*
|
||||
* Works fine with poi-3.1-beta1.
|
||||
*/
|
||||
public void test44235() throws Exception {
|
||||
HSSFWorkbook wb = openSample("44235.xls");
|
||||
assertTrue("no errors reading sample xls", true);
|
||||
writeOutAndReadBack(wb);
|
||||
assertTrue("no errors writing sample xls", true);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user