Return-Path: Delivered-To: apmail-incubator-harmony-dev-archive@www.apache.org Received: (qmail 58791 invoked from network); 27 Sep 2006 09:35:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Sep 2006 09:35:55 -0000 Received: (qmail 42978 invoked by uid 500); 27 Sep 2006 09:35:52 -0000 Delivered-To: apmail-incubator-harmony-dev-archive@incubator.apache.org Received: (qmail 42674 invoked by uid 500); 27 Sep 2006 09:35:50 -0000 Mailing-List: contact harmony-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: harmony-dev@incubator.apache.org Delivered-To: mailing list harmony-dev@incubator.apache.org Received: (qmail 42663 invoked by uid 99); 27 Sep 2006 09:35:50 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Sep 2006 02:35:50 -0700 Authentication-Results: idunn.apache.osuosl.org header.from=richard.liangyx@gmail.com; domainkeys=good Authentication-Results: idunn.apache.osuosl.org smtp.mail=richard.liangyx@gmail.com; spf=pass X-ASF-Spam-Status: No, hits=0.5 required=5.0 tests=DNS_FROM_RFC_ABUSE Received-SPF: pass (idunn.apache.osuosl.org: domain gmail.com designates 66.249.82.232 as permitted sender) DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 Received: from [66.249.82.232] ([66.249.82.232:20232] helo=wx-out-0506.google.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id A3/30-24472-4F54A154 for ; Wed, 27 Sep 2006 02:35:50 -0700 Received: by wx-out-0506.google.com with SMTP id s13so141729wxc for ; Wed, 27 Sep 2006 02:35:46 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=a1jCVj3Qapjwmqkro7EQ0hyBIoQtPlktXPSZMnXIe7oda8wWdlObkQT01i086UKeMmyrU84z8XxmwBiNJ2yt34nBfae+M3Wh15KKpJ0Dg8BIpgqFJtA3x8s/jzPUllTJ4BgKVrDycRX8M9VPKGyy8ESt4mz/BMph2puQAzKDypc= Received: by 10.90.83.14 with SMTP id g14mr88549agb; Wed, 27 Sep 2006 02:35:46 -0700 (PDT) Received: by 10.90.36.5 with HTTP; Wed, 27 Sep 2006 02:35:46 -0700 (PDT) Message-ID: Date: Wed, 27 Sep 2006 17:35:46 +0800 From: "Richard Liang" To: harmony-dev@incubator.apache.org Subject: Re: [classlib][math]three tests fail, anyone else see this? In-Reply-To: <451A3CA3.4090906@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <451A1607.8070008@gmail.com> <6e47b64f0609262314w21aa62d2me1e38753684be0eb@mail.gmail.com> <451A3CA3.4090906@gmail.com> X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 9/27/06, Tim Ellison wrote: > Let me take a look -- I applied that patch. > It seems that Paulex had fixed this issue. ;-) Best regards, Richard > Regards, > Tim > > Stepan Mishura wrote: > > Yes, is see failures. I guess that a cause may be math module > > internalization. > > > > Thanks, > > Stepan. > > > > > > On 9/27/06, Paulex Yang wrote: > >> > >> Anyone else see these test errors of BigDecimalConstructorsTest? > >> > >> testConstrDoubleNaN Failure Improper exception message > >> expected:<...e...> but was:<...y...> > >> testConstrDoublePosInfinity Failure Improper exception message > >> expected:<...e...> but was:<...y...> > >> testConstrDoubleNegInfinity Failure Improper exception message > >> expected:<...e...> but was:<...y...> > >> > >> > >> I believe it is caused by the patch of i18n message properties, it > >> returns "Infinity or NaN", I've updated it at revision r450333, but is > >> it necessary to verify exception message so strictly like this? > >> > >> > >> try { > >> new BigDecimal(a); > >> fail("NumberFormatException has not been caught"); > >> } catch (NumberFormatException e) { > >> assertEquals("Improper exception message", "Infinite or NaN", > >> e.getMessage()); > >> } > >> > >> > >> > >> > >> > >> > >> -- > >> Paulex Yang > >> China Software Development Lab > >> IBM > >> > >> > >> > > ------------------------------------------------------ > > Terms of use : http://incubator.apache.org/harmony/mailing.html > > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org > > For additional commands, e-mail: harmony-dev-help@incubator.apache.org > > > > -- > > Tim Ellison (t.p.ellison@gmail.com) > IBM Java technology centre, UK. > > --------------------------------------------------------------------- > Terms of use : http://incubator.apache.org/harmony/mailing.html > To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org > For additional commands, e-mail: harmony-dev-help@incubator.apache.org > > -- Richard Liang China Development Lab, IBM --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: harmony-dev-unsubscribe@incubator.apache.org For additional commands, e-mail: harmony-dev-help@incubator.apache.org