History log of /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/auth/callback/PasswordCallbackTest.java
Revision Date Author Comments
6efeeab6133ba601dc4bec7f528c8f8e98508573 28-Nov-2013 Narayan Kamath <narayan@google.com> Fix PasswordCallback serialization test.

The object doesn't override equals & hashCode so it needs
a serialization comparator.

Change-Id: Ie6067ad1e6cd22f5e2b83907e5bf2ea0039466cb
62542d811e9bc4126ef912bc6e60e1b9952b4e09 25-Nov-2013 Narayan Kamath <narayan@google.com> Import missing harmony tests for javax.security.auth.

Mostly missing serialization tests.

Also
- Fix up package names for tests.
- Move tests under the right subpackage where applicable.

Change-Id: If30995f5b62a1dcc9f0150d2c16e29bb1b65a48c