From: PJ Fanning Date: Fri, 24 Aug 2018 17:58:30 +0000 (+0000) Subject: fix accidental change in test file X-Git-Tag: REL_4_0_0_FINAL~20 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=be755dd28eb716d6d2a64fc198e57039f39d91b0;p=poi.git fix accidental change in test file git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1838919 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/testcases/org/apache/poi/ss/usermodel/TestExcelStyleDateFormatter.java b/src/testcases/org/apache/poi/ss/usermodel/TestExcelStyleDateFormatter.java index 10e492b57a..a522f6b6cc 100644 --- a/src/testcases/org/apache/poi/ss/usermodel/TestExcelStyleDateFormatter.java +++ b/src/testcases/org/apache/poi/ss/usermodel/TestExcelStyleDateFormatter.java @@ -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);