This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [patch] minimal test case for sha-1 and md5
- From: Tom Tromey <tromey at redhat dot com>
- To: Andreas Tobler <toa at pop dot agri dot ch>
- Cc: Java Patches <java-patches at gcc dot gnu dot org>
- Date: 11 Oct 2004 14:18:14 -0600
- Subject: Re: [patch] minimal test case for sha-1 and md5
- References: <416AD974.1010600@pop.agri.ch>
- Reply-to: tromey at redhat dot com
>>>>> "Andreas" == Andreas Tobler <toa@pop.agri.ch> writes:
Andreas> xxx added a test case for 17903, I asked him to add one for
Andreas> md5 too.
Andreas> Here they are. Where should we place them? Is libjava.lang
Andreas> ok? It gives there 36 new results if everything works fine.
There wasn't an attachment or anything, so I didn't read the test
cases.
Is this something we can add to Mauve? For instance testing via
java.security.MessageDigest?
Tom