vote up 0 vote down star

We need to run unit tests with an older version of JUnit4 (for arcane reasons). Eclipse has a choice between Junit3 and Junit4, but there is no way to add/change the Junit4 version.

A temporary work around was to copy the junit plugin from Eclipse Ganymede, but this gets clobbered when Galileo updates itself.

It looks as far as the update manager JUnit is part of a larger update. I see no way to manage it via the update manager or elsewere.

flag
Perhaps you can post as a seperate question what issue you have that requires you to run the old version of JUnit, and you may get a workaround that lets you run the latest version. – Yishai Oct 14 at 3:56
We created a TestClassRunner that prints out the name of the current test to stdout as it runs. This extends an internal class which we selfishly/foolishly used. I believe the new way to do this is with an annotation that is not backwardly compatible – Eric Raymond Oct 15 at 21:41

1 Answer

vote up 0 vote down check

I believe that the junit4 used is whichever version is in your target platform. To change it, go to Window -> Preferences -> Plug-in Development -> Target Platform. The default target is the running eclipse. You can create a new target based on the default, add the old junit4 to the target, and disable the new one on the "Content" tab.

link|flag
Thanks for the help! – Eric Raymond Oct 15 at 21:38

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.