This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: ZipOutputStream tests?
- To: Per Bothner <per at bothner dot com>
- Subject: Re: ZipOutputStream tests?
- From: Tom Tromey <tromey at redhat dot com>
- Date: 21 Mar 2001 14:20:57 -0700
- Cc: java at gcc dot gnu dot org
- References: <m2y9tyrgb6.fsf@kelso.bothner.com>
- Reply-To: tromey at redhat dot com
>>>>> "Per" == Per Bothner <per@bothner.com> writes:
Per> At this point, the biggest stumbling block for an all-gcj-built
Per> Kawa is that the testsuite builds a testing.zip (compiled from
Per> Scheme), using ZipOutputStream. The result is way truncated.
Per> This is the simplest case imaginable - a single output file with
Per> no compression. I've found and fixed some problems, but I still
Per> haven't gotten it to work. Do we have any tests of java.util.zip
Per> in general or ZipOutputStream in particular?
I don't see any in Mauve, so I assume there aren't any.
Writing a new Mauve test is easy though -- please do write tests for
this if you have the time, etc.
Tom