Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] Junit versions

I believe you need to "help" eclipse test launcher a little. In test
launcher configuration, explicitly set junit runner version and run
entire suite using the new configuration at least once. After that you
should be able to re-run individual tests.

--
Regards,
Igor

Robin Rosenberg wrote:
torsdagen den 26 augusti 2010 21.27.29 skrev  Chris Aniszczyk:
On Thu, Aug 26, 2010 at 2:04 PM, Robin Rosenberg

<robin.rosenberg@xxxxxxxxxx> wrote:
If you convert the tests to Junit4 style tests, re-running single tests
work.
What's failing for you? All the tests ran for me on Eclipse 3.6 and 3.7 M1

They aren't failing as such, but an attempt to re-run a single test method runs *every* test in the test class, not just the one I want to run.

-- robin
_______________________________________________
egit-dev mailing list
egit-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/egit-dev


Back to the top