aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2024-07-19 14:19:35 +0000
committerPJ Fanning <fanningpj@apache.org>2024-07-19 14:19:35 +0000
commitc05eebf415c9273eb9f874fa7480aed815700ce4 (patch)
treed3246c06cb2992403b97c11c1d6185c4b1ae3f7c
parent889ba37ae92ef4be0d4353393b4d6ab691b7fa4d (diff)
downloadpoi-c05eebf415c9273eb9f874fa7480aed815700ce4.tar.gz
poi-c05eebf415c9273eb9f874fa7480aed815700ce4.zip
add chinese hssf test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1919373 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--poi/src/test/java/org/apache/poi/hssf/usermodel/TestBugs.java3
-rw-r--r--test-data/spreadsheet/chinese-provinces.xlsbin0 -> 4096 bytes
2 files changed, 2 insertions, 1 deletions
diff --git a/poi/src/test/java/org/apache/poi/hssf/usermodel/TestBugs.java b/poi/src/test/java/org/apache/poi/hssf/usermodel/TestBugs.java
index 7851886ce3..3b026b2ce1 100644
--- a/poi/src/test/java/org/apache/poi/hssf/usermodel/TestBugs.java
+++ b/poi/src/test/java/org/apache/poi/hssf/usermodel/TestBugs.java
@@ -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
index 0000000000..59e8094225
--- /dev/null
+++ b/test-data/spreadsheet/chinese-provinces.xls
Binary files differ