From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17180 invoked by alias); 22 Dec 2002 22:58:21 -0000 Mailing-List: contact mauve-discuss-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: mauve-discuss-owner@sources.redhat.com Received: (qmail 17173 invoked from network); 22 Dec 2002 22:58:20 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by 209.249.29.67 with SMTP; 22 Dec 2002 22:58:20 -0000 Received: from int-mx2.corp.redhat.com (nat-pool-rdu-dmz.redhat.com [172.16.52.200]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id gBMMVZi09898 for ; Sun, 22 Dec 2002 17:31:35 -0500 Received: from potter.sfbay.redhat.com (potter.sfbay.redhat.com [172.16.27.15]) by int-mx2.corp.redhat.com (8.11.6/8.11.6) with ESMTP id gBMMw8f23372 for ; Sun, 22 Dec 2002 17:58:08 -0500 Received: from [192.168.64.12] (vpn50-16.rdu.redhat.com [172.16.50.16]) by potter.sfbay.redhat.com (8.11.6/8.11.6) with ESMTP id gBMMw6n25094 for ; Sun, 22 Dec 2002 14:58:06 -0800 Subject: 600+ BigDecimal tests From: Anthony Green To: mauve-discuss@sources.redhat.com Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Sun, 22 Dec 2002 14:58:00 -0000 Message-Id: <1040597992.16986.54.camel@escape> Mime-Version: 1.0 X-SW-Source: 2002-q4/txt/msg00079.txt.bz2 I've just committed the following change... 2002-12-22 Anthony Green * gnu/testlet/java/math/BigDecimal/DiagBigDecimal.java: New file. It's over 100k, so I'm not going to post it as a patch. It contains a large number of BigDecimal test cases. I generated it by hacking on DiagBigDecimal.java from IBM's ICU project. The ICU project uses a very liberal license (which I copied into the test source), so it seems like fair game for Mauve. AG