From 876a783aee28de1abc6cd3d03fddffc209fe0e0b Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Fri, 24 Aug 2018 17:58:30 +0000 Subject: [PATCH] fix accidental change in test file git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1838919 13f79535-47bb-0310-9956-ffa450edef68 --- .../apache/poi/ss/usermodel/TestExcelStyleDateFormatter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/testcases/org/apache/poi/ss/usermodel/TestExcelStyleDateFormatter.java b/src/testcases/org/apache/poi/ss/usermodel/TestExcelStyleDateFormatter.java index 10e492b57..a522f6b6c 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);