Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[mylyn-dev] JUnit4 tests

Hi,

we ran into conflicts with different versions of JUnit while executing
tests on Eclipse 3.5 [1]. To fix it I added org.junit 4.8.2 to the
target environment when building and testing against 3.5. My thinking
is that we should standardize on JUnit 4.8 for tests.

We'll continue to run the existing test suites and so far there are no
plans to convert existing tests to JUnit 4 but please feel free to use
JUnit 4 when writing new tests.

As part of the update I renamed the dev target definitions to make the
naming more consistent and clear:

 mylyn-dev-base.target  ->  mylyn-dev-e3.5.target
 mylyn-dev.target  ->  mylyn-dev-e3.8.target

Steffen


[1] 362998: compile error on Galileo due to missing org.junit4 dependency
https://bugs.eclipse.org/bugs/show_bug.cgi?id=362998

-- 
Steffen Pingel
Senior Software Developer, Eclipse Mylyn
Mylyn Tasks Lead
http://tasktop.com


Back to the top