This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: re-merge NetworkInterface
- From: Tom Tromey <tromey at redhat dot com>
- To: David Daney <ddaney at avtrex dot com>
- Cc: GCJ-patches <java-patches at gcc dot gnu dot org>
- Date: 14 Feb 2007 11:02:08 -0700
- Subject: Re: Patch: re-merge NetworkInterface
- References: <m3mz3h7g4u.fsf@localhost.localdomain> <45D275ED.8020808@avtrex.com>
- Reply-to: tromey at redhat dot com
>>>>> "David" == David Daney <ddaney@avtrex.com> 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