[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.tools.jdt] run as junit classpath
|
- From: rob.saccoccio@xxxxxxx (Rob Saccoccio)
- Date: Wed, 19 Nov 2008 22:51:14 +0000 (UTC)
- Newsgroups: eclipse.tools.jdt
- Organization: Eclipse
- User-agent: NewsPortal/0.36 (http://florian-amrhein.de/newsportal)
If I drop a more recent version of junit into my project's build
libraries, the project is built against it. If I "run as junit", eclipse
puts the junit.jar from the eclipse installation in front of my project
libraries and the test fails because the method i'm calling
(Assert.assertEquals(long,long)) is not in available in junit 4.3.
How can I get around this?
Would it be more appropriate for Eclipse to put its installation junit jar
after the project library jars?
I'm running eclipse 3.4.1.