Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 37573 invoked from network); 27 May 2010 21:36:12 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 May 2010 21:36:12 -0000 Received: (qmail 17951 invoked by uid 500); 27 May 2010 21:36:12 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 17934 invoked by uid 500); 27 May 2010 21:36:12 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 17927 invoked by uid 99); 27 May 2010 21:36:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 May 2010 21:36:12 +0000 X-ASF-Spam-Status: No, hits=-1773.3 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 27 May 2010 21:36:11 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D90B223889BF; Thu, 27 May 2010 21:35:51 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r949007 - /harmony/enhanced/java/trunk/classlib/modules/text/make/exclude.common Date: Thu, 27 May 2010 21:35:51 -0000 To: commits@harmony.apache.org From: hindessm@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100527213551.D90B223889BF@eris.apache.org> Author: hindessm Date: Thu May 27 21:35:51 2010 New Revision: 949007 URL: http://svn.apache.org/viewvc?rev=949007&view=rev Log: Annotate another exclude list item with a reference to a newly created jira. Modified: harmony/enhanced/java/trunk/classlib/modules/text/make/exclude.common Modified: harmony/enhanced/java/trunk/classlib/modules/text/make/exclude.common URL: http://svn.apache.org/viewvc/harmony/enhanced/java/trunk/classlib/modules/text/make/exclude.common?rev=949007&r1=949006&r2=949007&view=diff ============================================================================== --- harmony/enhanced/java/trunk/classlib/modules/text/make/exclude.common (original) +++ harmony/enhanced/java/trunk/classlib/modules/text/make/exclude.common Thu May 27 21:35:51 2010 @@ -1,7 +1,9 @@ -org/apache/harmony/text/tests/java/text/DecimalFormatTest.java org/apache/harmony/text/tests/java/text/MessageFormatTest.java org/apache/harmony/text/tests/java/text/SimpleDateFormatTest.java org/apache/harmony/text/tests/java/text/CollationElementIteratorTest.java #HARMONY-6524 org/apache/harmony/text/tests/java/text/RuleBasedCollatorTest.java + +#HARMONY-6525 +org/apache/harmony/text/tests/java/text/DecimalFormatTest.java