History log of /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/Security2Test.java
Revision Date Author Comments
67ff47764d77f60f460d0508c7944b9338ef384b 12-Mar-2013 Kenny Root <kroot@google.com> Fix Security2Test counting

The test was counting the wrong thing. The alias code path is only
triggered by X509 and X.509. This worked when there was only 2 providers
that pointed at the opposites. When there were three the problem showed
up since it wasn't incrementing the right one.

Change-Id: Id4d01a1981658521a36c42c5d3aea13110069583
e390842aabb31c195bbbe53686029cd6634d9466 14-Sep-2012 Brian Carlstrom <bdc@google.com> Fix Security2Test to not be case sensitive

Also KeyRepTest cleanup while debugging and removed useless KeyStoreLoadStoreParameterTest.

Change-Id: Id716193792b95de210d9679f2a4372c5b11decf6
229e34b182b98e1dba15d3dc6341954986ae2b7a 03-Mar-2011 Brian Carlstrom <bdc@google.com> Removing use of @tests and @Test.* annotations

Change-Id: I89243efdeebe22543c45a2166b634f40c3e78cf8
e32b21f14d52bac429a9c54fe031f9e92c911d64 18-Jun-2010 Jesse Wilson <jessewilson@google.com> Implementing ZoneInfo.hasSameRules().

Moving TimeZoneTest to OldTimeZoneTest and removing test methods
that are duplicated between libcore and Harmony.

Also adding Objects.equals() to make implementing this easy,
and removing redundant time zone tests. I did a few searches
to find candidate code that could take advantage of this new
utility method and adopted it there.

Change-Id: I133298f1b36d755bd35c1ad0dc0ab366fd164270
f33eae7e84eb6d3b0f4e86b59605bb3de73009f3 13-May-2010 Elliott Hughes <enh@google.com> Remove all trailing whitespace from the dalvik team-maintained parts of libcore.

Gentlemen, you may now set your editors to "strip trailing whitespace"...

Change-Id: I85b2f6c80e5fbef1af6cab11789790b078c11b1b
cec4dd4b1d33f78997603d0f89c0d0e56e64dbcd 26-Apr-2010 Peter Hallam <peterhal@google.com> merge more modules into luni