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
Casey Marshall writes:
> >>>>> "Tom" == Tom Tromey <tromey@redhat.com> writes:
>
> >>>>> "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.
>
> Tom> There wasn't an attachment or anything, so I didn't read the test
> Tom> cases.
>
> Tom> Is this something we can add to Mauve? For instance testing via
> Tom> java.security.MessageDigest?
Please add a small test to libjava.lang. It doesn't have to be
exhaustive, but it should be there.
Andrew.