History log of /libcore/luni/src/test/java/libcore/javax/crypto/spec/KeyFactoryTestDH.java
Revision Date Author Comments
420ea38aecdef0f5895c5e82751ebabe26bc0bd5 05-Feb-2016 Kenny Root <kroot@google.com> Fix AlgorithmParameter tests to have better errors

The previous test was catching all the exceptions and printing out the
message of the exception which erased all the useful information.

Bug: 26413503
Change-Id: Id4c9f6db59d19b67c2f4e098fbe79587fcbabb34
4557728efb66c455a52b7669a8eefef7a9e54854 11-Aug-2010 Jesse Wilson <jessewilson@google.com> Moving tests to be under the libcore.* package.

This is indended to make it easier to run on VMs that restrict the packages
from which application classes can be loaded. For example, on the RI you need
to use the bootclasspath to load these tests.

Change-Id: I52193f35c5fcca18b5a3e1d280505b1e29b388af