You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2018/08/24 17:58:30 UTC

svn commit: r1838919 - /poi/trunk/src/testcases/org/apache/poi/ss/usermodel/TestExcelStyleDateFormatter.java

Author: fanningpj
Date: Fri Aug 24 17:58:30 2018
New Revision: 1838919

URL: http://svn.apache.org/viewvc?rev=1838919&view=rev
Log:
fix accidental change in test file

Modified:
    poi/trunk/src/testcases/org/apache/poi/ss/usermodel/TestExcelStyleDateFormatter.java

Modified: poi/trunk/src/testcases/org/apache/poi/ss/usermodel/TestExcelStyleDateFormatter.java
URL: http://svn.apache.org/viewvc/poi/trunk/src/testcases/org/apache/poi/ss/usermodel/TestExcelStyleDateFormatter.java?rev=1838919&r1=1838918&r2=1838919&view=diff
==============================================================================
--- poi/trunk/src/testcases/org/apache/poi/ss/usermodel/TestExcelStyleDateFormatter.java (original)
+++ poi/trunk/src/testcases/org/apache/poi/ss/usermodel/TestExcelStyleDateFormatter.java Fri Aug 24 17:58:30 2018
@@ -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);



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org