Browse Source

fix accidental change in test file

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1838919 13f79535-47bb-0310-9956-ffa450edef68
pull/109/merge
PJ Fanning 5 years ago
parent
commit
876a783aee

+ 1
- 1
src/testcases/org/apache/poi/ss/usermodel/TestExcelStyleDateFormatter.java View File

@@ -90,7 +90,7 @@ public class TestExcelStyleDateFormatter {
testMap.put(austrianLocale, austrianResultList);
testMap.put(englishLocale, englishResultList);
testMap.put(frenchLocale, frenchResultList);
//testMap.put(chineseLocale, chineseResultList);
testMap.put(chineseLocale, chineseResultList);
testMap.put(turkishLocale, turkishResultList);
testMap.put(hungarianLocale, hungarianResultList);
testMap.put(indianLocale, indianResultList);

Loading…
Cancel
Save