Skip to main content

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

torsdagen den 26 augusti 2010 20.48.13 skrev  Robin Rosenberg:
> torsdagen den 26 augusti 2010 20.16.27 skrev  Robin Rosenberg:
> > torsdagen den 26 augusti 2010 14.42.22 skrev  Thomas Hallgren:
> > > Hi,
> > > 
> > > Why does jgit.junit and jgit.test depend on junit prior to 4.0.0? Did
> > > later junit versions introduce something that is incompatible?
> > 
> > Once upon a time I had trouble with Junit 4 from Eclipse. I.e. I could
> > not select a single test and re-run it with the Junit4 driver. It seems
> > that is no longer a problem.
> 
> I was a bit quick there. In Eclipse 3.5 all tests get re-run when using the
> Junit4 driver and it's quite a pain when you want to debug a failing test.

If you convert the tests to Junit4 style tests, re-running single tests work.

-- robin


Back to the top