From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25438 invoked by alias); 14 Feb 2007 20:14:48 -0000 Received: (qmail 25429 invoked by uid 22791); 14 Feb 2007 20:14:48 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 14 Feb 2007 20:14:43 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.1/8.13.1) with ESMTP id l1EKEZBx008526; Wed, 14 Feb 2007 15:14:35 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [10.11.255.20]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l1EKEYpl007682; Wed, 14 Feb 2007 15:14:34 -0500 Received: from opsy.redhat.com (ton.toronto.redhat.com [172.16.14.15]) by pobox.corp.redhat.com (8.13.1/8.13.1) with ESMTP id l1EKEWS4011864; Wed, 14 Feb 2007 15:14:33 -0500 Received: by opsy.redhat.com (Postfix, from userid 500) id 603B937833C; Wed, 14 Feb 2007 11:02:09 -0700 (MST) To: David Daney Cc: GCJ-patches Subject: Re: Patch: re-merge NetworkInterface References: <45D275ED.8020808@avtrex.com> From: Tom Tromey Reply-To: tromey@redhat.com X-Attribution: Tom Date: Wed, 14 Feb 2007 20:14:00 -0000 In-Reply-To: <45D275ED.8020808@avtrex.com> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes Mailing-List: contact java-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: java-patches-owner@gcc.gnu.org X-SW-Source: 2007-q1/txt/msg00468.txt.bz2 >>>>> "David" == David Daney writes: David> How is the Mauve test coverage for these two classes? David> Is there any way to know if they still work? There are a few mauve tests. These caught the fact that I'd forgotten to actually call condense(). I've fixed that in my tree. Tom