From commits-return-11570-archive-asf-public=cust-asf.ponee.io@poi.apache.org Fri Aug 24 19:58:32 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 9F50E180629 for ; Fri, 24 Aug 2018 19:58:31 +0200 (CEST) Received: (qmail 33804 invoked by uid 500); 24 Aug 2018 17:58:30 -0000 Mailing-List: contact commits-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@poi.apache.org Delivered-To: mailing list commits@poi.apache.org Received: (qmail 33795 invoked by uid 99); 24 Aug 2018 17:58:30 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Aug 2018 17:58:30 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id 458AB3A009D for ; Fri, 24 Aug 2018 17:58:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1838919 - /poi/trunk/src/testcases/org/apache/poi/ss/usermodel/TestExcelStyleDateFormatter.java Date: Fri, 24 Aug 2018 17:58:30 -0000 To: commits@poi.apache.org From: fanningpj@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20180824175830.458AB3A009D@svn01-us-west.apache.org> 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