summaryrefslogtreecommitdiffstats
path: root/pki/base/util/test/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Removed dependency on OSUtil.Endi Sukma Dewata2012-02-291-3/+3
| | | | | | | The OSUtil is no longer used by the code. It has been removed from build scripts and tools. Ticket #90
* Replaced BtoA/AtoB with Apache codec.Endi Sukma Dewata2012-02-231-2/+2
| | | | | | | | The OSUtil's BtoA() and AtoB() have been replaced by Base64 codec from Apache Commons library. The codec is configured to use 64-byte line width as defined in RFC 1421. Ticket #90
* Fixed missing dependencies in pki-util-test.Endi Sukma Dewata2011-12-201-1/+1
| | | | | | The pki-util-test should depend on pki-nsutil and pki-cmsutil. Tickeet #3
* Added unit tests for pki-util.Endi Sukma Dewata2011-12-191-0/+60
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