From: Yegor Kozlov Date: Sat, 19 Dec 2009 11:41:39 +0000 (+0000) Subject: another test for Bugzilla 48026 X-Git-Tag: REL_3_7_BETA1~203 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=69b3b9f625b04909cdc636a246c29351b6507d5e;p=poi.git another test for Bugzilla 48026 git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@892468 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/testcases/org/apache/poi/hssf/usermodel/TestBugs.java b/src/testcases/org/apache/poi/hssf/usermodel/TestBugs.java index 5a75e91484..5b2d69af76 100644 --- a/src/testcases/org/apache/poi/hssf/usermodel/TestBugs.java +++ b/src/testcases/org/apache/poi/hssf/usermodel/TestBugs.java @@ -1530,4 +1530,7 @@ public final class TestBugs extends BaseTestBugzillaIssues { openSample("47701.xls"); } + public void test48026() { + openSample("48026.xls"); + } } diff --git a/test-data/spreadsheet/48026.xls b/test-data/spreadsheet/48026.xls new file mode 100644 index 0000000000..7463f753d7 Binary files /dev/null and b/test-data/spreadsheet/48026.xls differ