Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Target Management » Can't run tests from Eclipse, ClassCastException
Can't run tests from Eclipse, ClassCastException [message #1007395] Tue, 05 February 2013 17:40
Eclipse UserFriend
When I try to launch the RSE Combined Test Suite, no tests are run, and there is a ClassCastException:

Caused by: java.lang.ClassCastException: junit.framework.TestSuite
at org.eclipse.jdt.internal.junit.runner.junit3.JUnit3TestLoader.getTest(JUnit3TestLoader.java:108)

This works fine with 3.3.1. The problem seems to be that now the org.eclipse.rse.tests MANIFEST.MF restricts org.junit to be less than version 4. Removing the restriction removes the problem.

Is this expected? Is the restriction required and/or optimal?
Previous Topic:Juno - FTP
Next Topic:Makefile of synchronized project generates with "RM := del" instead of "RM := rm -rf&
Goto Forum:
  


Current Time: Thu Apr 25 11:03:02 GMT 2024

Powered by FUDForum. Page generated in 0.03059 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top