fix accidental change in test file

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1838919 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2018-08-24 17:58:30 +00:00
parent cf455847d2
commit be755dd28e
1 changed files with 1 additions and 1 deletions

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);