]> source.dussan.org Git - poi.git/commitdiff
fix accidental change in test file
authorPJ Fanning <fanningpj@apache.org>
Fri, 24 Aug 2018 17:58:30 +0000 (17:58 +0000)
committerPJ Fanning <fanningpj@apache.org>
Fri, 24 Aug 2018 17:58:30 +0000 (17:58 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1838919 13f79535-47bb-0310-9956-ffa450edef68

src/testcases/org/apache/poi/ss/usermodel/TestExcelStyleDateFormatter.java

index 10e492b57a60a023cd3ea16a7a3be2ba4438751f..a522f6b6cc008f1a4f17b494b57a87de4f30f4c1 100644 (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);