]> source.dussan.org Git - poi.git/commitdiff
another test for Bugzilla 48026
authorYegor Kozlov <yegor@apache.org>
Sat, 19 Dec 2009 11:41:39 +0000 (11:41 +0000)
committerYegor Kozlov <yegor@apache.org>
Sat, 19 Dec 2009 11:41:39 +0000 (11:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@892468 13f79535-47bb-0310-9956-ffa450edef68

src/testcases/org/apache/poi/hssf/usermodel/TestBugs.java
test-data/spreadsheet/48026.xls [new file with mode: 0644]

index 5a75e91484d95e77f4e7a9ff169f2428ac35c27f..5b2d69af76d7a68453d3fd0d862fa56b1e91d8d7 100644 (file)
@@ -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 (file)
index 0000000..7463f75
Binary files /dev/null and b/test-data/spreadsheet/48026.xls differ