This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Resend: [patch] File.toURI creates bogus URI
- From: Tom Tromey <tromey at redhat dot com>
- To: Robin Green <greenrd at greenrd dot org>
- Cc: java-patches at gcc dot gnu dot org
- Date: 14 Jan 2005 14:07:06 -0700
- Subject: Re: Resend: [patch] File.toURI creates bogus URI
- References: <20041210002250.GC7242@localhost.localdomain>
- Reply-to: tromey at redhat dot com
>>>>> ">" == Robin Green <greenrd@greenrd.org> writes:
>> 2004-12-06 Robin Green <greenrd@greenrd.org>
>> * java/io/File.java
>> (toURI): Generate a URI which we understand
I'm going to check this in shortly.
I've turned your test case into a Mauve test.
Tom