summaryrefslogtreecommitdiffstats
path: root/base/test/src/com
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
* Removed unnecessary pki folder.Endi Sukma Dewata2012-03-262-0/+272
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