Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove CoreTest class eclipse-platform#742
The `CoreTest` class of the Eclipse test harness was used as the base class for many JUnit 3-based tests. Since all its subclasses and other usages have been removed and new tests should not use JUnit 3 anymore, the `CoreTest` class is removed. Closes eclipse-platform#742
- Loading branch information