]> source.dussan.org Git - poi.git/commitdiff
add chinese hssf test
authorPJ Fanning <fanningpj@apache.org>
Fri, 19 Jul 2024 14:19:35 +0000 (14:19 +0000)
committerPJ Fanning <fanningpj@apache.org>
Fri, 19 Jul 2024 14:19:35 +0000 (14:19 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1919373 13f79535-47bb-0310-9956-ffa450edef68

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

index 7851886ce3d51a7442a183aea0fa369b3bbba92b..3b026b2ce143135b30f99fb15dcd164b374c1b6f 100644 (file)
@@ -2540,7 +2540,8 @@ final class TestBugs extends BaseTestBugzillaIssues {
         "41139.xls", "ex42564-21435.xls", "ex42564-21503.xls", "28774.xls", "44891.xls", "44235.xls", "36947.xls",
         "39634.xls", "47701.xls", "48026.xls", "47251.xls", "47251_1.xls", "50020.xls", "50426.xls", "50779_1.xls",
         "50779_2.xls", "51670.xls", "54016.xls", "57456.xls", "53109.xls", "com.aida-tour.www_SPO_files_maldives%20august%20october.xls",
-        "named-cell-in-formula-test.xls", "named-cell-test.xls", "bug55505.xls", "SUBSTITUTE.xls", "64261.xls"
+        "named-cell-in-formula-test.xls", "named-cell-test.xls", "bug55505.xls", "chinese-provinces.xls",
+        "SUBSTITUTE.xls", "64261.xls"
     })
     void simpleTest(String fileName) throws IOException {
         simpleTest(fileName, null);
diff --git a/test-data/spreadsheet/chinese-provinces.xls b/test-data/spreadsheet/chinese-provinces.xls
new file mode 100644 (file)
index 0000000..59e8094
Binary files /dev/null and b/test-data/spreadsheet/chinese-provinces.xls differ