summaryrefslogtreecommitdiffstats
path: root/pki/base/util/test/com
Commit message (Collapse)AuthorAgeFilesLines
* Removed unnecessary pki folder.Endi Sukma Dewata2012-03-2614-2323/+0
| | | | | | | | | Previously the source code was located inside a pki folder. This folder was created during svn migration and is no longer needed. This folder has now been removed and the contents have been moved up one level. Ticket #131
* Added generics (part 1).Endi Sukma Dewata2012-01-181-0/+72
| | | | | | | This patch is based on Adam's patch. It brings down the warnings from 6139 to 4648. Ticket #2
* Formatting (no line wrap in comments or code)Ade Lee2012-01-1112-419/+444
|
* Added unit tests to measure conversion time.Endi Sukma Dewata2012-01-107-0/+366
| | | | | | | | New tests have been added to measure the conversion time. Currently the results are not validated, they are used to compare the performance before and after upgrading to Charset. Ticket #3
* Added unit tests for converting null characters.Endi Sukma Dewata2012-01-1011-0/+272
| | | | | | New unit tests have been added to verify bug bug 359010. Ticket #3
* Added unit tests for pki-util.Endi Sukma Dewata2011-12-1913-0/+1588
New unit tests have been added to test string converters indirectly. This is to allow replacing the converters with charset encoder and decoder without changing the test cases. The TestRunner has been moved into a separate package such that it can be reused by other packages. Ticket #3