Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 6654 invoked from network); 13 Nov 2007 19:32:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Nov 2007 19:32:16 -0000 Received: (qmail 30993 invoked by uid 500); 13 Nov 2007 19:32:04 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 30477 invoked by uid 500); 13 Nov 2007 19:32:02 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 30468 invoked by uid 99); 13 Nov 2007 19:32:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Nov 2007 11:32:02 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of niall.pemberton@gmail.com designates 64.233.182.189 as permitted sender) Received: from [64.233.182.189] (HELO nf-out-0910.google.com) (64.233.182.189) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Nov 2007 19:32:06 +0000 Received: by nf-out-0910.google.com with SMTP id d3so1513038nfc for ; Tue, 13 Nov 2007 11:31:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; bh=LaPhnxY6PN0w4HoR6R9h9PfswUGicsDhYemkcNAMaEQ=; b=nmLfcRrpTIQim1HEEfNbHOTc3xPYbouf7TIHdSVfcm9f6gWKENsHZjmuVaHWW9BfwBifR5CQ6QAxKlj7M4x8sNB2AEj9JhepDtPZqft8i02bemNCvobSlCxRINu0t6tJhfJVltHBeBFZP9WQriWXudc8UFmlo24dThMhsNsuMFY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=JLeU0nGbhBchVjvE8mwH1FkgC4uYrd3Bm6DxZOzn9c69mWJqjc6sWZHmaPmPjBMdTfZYvClDPLy2nPN+Q3iN1Q3T9GSJbspXOEACkX4VUxPwznJlVkGzX8y4OBNe2avcRHVoizcckfcLuSHHsx6Xwu9wct8A8417lBdsuewTFV0= Received: by 10.78.149.13 with SMTP id w13mr7122312hud.1194982300693; Tue, 13 Nov 2007 11:31:40 -0800 (PST) Received: by 10.78.69.18 with HTTP; Tue, 13 Nov 2007 11:31:40 -0800 (PST) Message-ID: <55afdc850711131131t6212ba67xe945c272a9d3be1c@mail.gmail.com> Date: Tue, 13 Nov 2007 19:31:40 +0000 From: "Niall Pemberton" To: "Commons Developers List" Subject: [lang] TextTestSuite failures MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Virus-Checked: Checked by ClamAV on apache.org I just tried running "maven test" for Commons Lang and the TextTestSuite had a bunch of failures. I don't really have time to look into this at the moment. Niall Testcase: testLongTime(org.apache.commons.lang.text.MessageFormatTest): FAILED expected:<...00:15:20 GMT; Time 1: 12:30:35 GMT; Time 2: 18:45:50...> but was:<...12:15:20 AM GMT; Time 1: 12:30:35 PM GMT; Time 2: 6:45:50 PM...> junit.framework.ComparisonFailure: expected:<...00:15:20 GMT; Time 1: 12:30:35 GMT; Time 2: 18:45:50...> but was:<...12:15:20 AM GMT; Time 1: 12:30:35 PM GMT; Time 2: 6:45:50 PM...> at org.apache.commons.lang.text.AbstractMessageFormatTest.doAssertions(AbstractMessageFormatTest.java:64) at org.apache.commons.lang.text.AbstractMessageFormatTest.doAssertions(AbstractMessageFormatTest.java:58) at org.apache.commons.lang.text.AbstractMessageFormatTest.testLongTime(AbstractMessageFormatTest.java:222) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) Testcase: testFullTime(org.apache.commons.lang.text.MessageFormatTest): FAILED expected:<...00:15:20 o'clock GMT; Time 1: 12:30:35 o'clock GMT; Time 2: 18:45:50 o'clock...> but was:<...12:15:20 AM GMT; Time 1: 12:30:35 PM GMT; Time 2: 6:45:50 PM...> junit.framework.ComparisonFailure: expected:<...00:15:20 o'clock GMT; Time 1: 12:30:35 o'clock GMT; Time 2: 18:45:50 o'clock...> but was:<...12:15:20 AM GMT; Time 1: 12:30:35 PM GMT; Time 2: 6:45:50 PM...> at org.apache.commons.lang.text.AbstractMessageFormatTest.doAssertions(AbstractMessageFormatTest.java:64) at org.apache.commons.lang.text.AbstractMessageFormatTest.testFullTime(AbstractMessageFormatTest.java:238) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) Testcase: testLongTime(org.apache.commons.lang.text.ExtendedMessageFormatBaselineTest): FAILED expected:<...00:15:20 GMT; Time 1: 12:30:35 GMT; Time 2: 18:45:50...> but was:<...12:15:20 AM GMT; Time 1: 12:30:35 PM GMT; Time 2: 6:45:50 PM...> junit.framework.ComparisonFailure: expected:<...00:15:20 GMT; Time 1: 12:30:35 GMT; Time 2: 18:45:50...> but was:<...12:15:20 AM GMT; Time 1: 12:30:35 PM GMT; Time 2: 6:45:50 PM...> at org.apache.commons.lang.text.AbstractMessageFormatTest.doAssertions(AbstractMessageFormatTest.java:64) at org.apache.commons.lang.text.AbstractMessageFormatTest.doAssertions(AbstractMessageFormatTest.java:58) at org.apache.commons.lang.text.AbstractMessageFormatTest.testLongTime(AbstractMessageFormatTest.java:222) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) Testcase: testFullTime(org.apache.commons.lang.text.ExtendedMessageFormatBaselineTest): FAILED expected:<...00:15:20 o'clock GMT; Time 1: 12:30:35 o'clock GMT; Time 2: 18:45:50 o'clock...> but was:<...12:15:20 AM GMT; Time 1: 12:30:35 PM GMT; Time 2: 6:45:50 PM...> junit.framework.ComparisonFailure: expected:<...00:15:20 o'clock GMT; Time 1: 12:30:35 o'clock GMT; Time 2: 18:45:50 o'clock...> but was:<...12:15:20 AM GMT; Time 1: 12:30:35 PM GMT; Time 2: 6:45:50 PM...> at org.apache.commons.lang.text.AbstractMessageFormatTest.doAssertions(AbstractMessageFormatTest.java:64) at org.apache.commons.lang.text.AbstractMessageFormatTest.testFullTime(AbstractMessageFormatTest.java:238) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) Testcase: testLongTime(org.apache.commons.lang.text.MessageFormatExtensionTest): FAILED expected:<...00:15:20 GMT; Time 1: 12:30:35 GMT; Time 2: 18:45:50...> but was:<...12:15:20 AM GMT; Time 1: 12:30:35 PM GMT; Time 2: 6:45:50 PM...> junit.framework.ComparisonFailure: expected:<...00:15:20 GMT; Time 1: 12:30:35 GMT; Time 2: 18:45:50...> but was:<...12:15:20 AM GMT; Time 1: 12:30:35 PM GMT; Time 2: 6:45:50 PM...> at org.apache.commons.lang.text.AbstractMessageFormatTest.doAssertions(AbstractMessageFormatTest.java:64) at org.apache.commons.lang.text.AbstractMessageFormatTest.doAssertions(AbstractMessageFormatTest.java:58) at org.apache.commons.lang.text.AbstractMessageFormatTest.testLongTime(AbstractMessageFormatTest.java:222) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) Testcase: testFullTime(org.apache.commons.lang.text.MessageFormatExtensionTest): FAILED expected:<...00:15:20 o'clock GMT; Time 1: 12:30:35 o'clock GMT; Time 2: 18:45:50 o'clock...> but was:<...12:15:20 AM GMT; Time 1: 12:30:35 PM GMT; Time 2: 6:45:50 PM...> junit.framework.ComparisonFailure: expected:<...00:15:20 o'clock GMT; Time 1: 12:30:35 o'clock GMT; Time 2: 18:45:50 o'clock...> but was:<...12:15:20 AM GMT; Time 1: 12:30:35 PM GMT; Time 2: 6:45:50 PM...> at org.apache.commons.lang.text.AbstractMessageFormatTest.doAssertions(AbstractMessageFormatTest.java:64) at org.apache.commons.lang.text.AbstractMessageFormatTest.testFullTime(AbstractMessageFormatTest.java:238) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org