summaryrefslogtreecommitdiffstats
path: root/base/test
Commit message (Collapse)AuthorAgeFilesLines
* Changes to fix rawhide buildAde Lee2014-07-011-3/+0
| | | | | | - Removed dependency on removed internal junit class - moved cmake reference to junit4.jar to junit.jar - Disambiguate a couple of references
* JUnit internal class used in TestRunnerAde Lee2013-05-041-1/+23
| | | | | | | | | runMain() has been changed to private access in latest junit(), breaking the 19 build. We should not have been using this class in the first place. Replaced it with the implementation of runMain() which uses run(classes). Ticket 605
* Change cmake projects from Java to NONEAde Lee2012-11-202-2/+2
|
* Updated test build scripts.Endi Sukma Dewata2012-08-151-17/+9
| | | | | | | | The build scripts for test, util test, and common test components have been updated to automatically find the source codes and not create unnecessary test jar files. Ticket #62
* Removed unnecessary pki folder.Endi Sukma Dewata2012-03-264-0/+295
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