Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [egit-dev] UI tests: current SWTBot requires JUnit 4

Chris Aniszczyk <zx@xxxxxxxxxxxxxxxxx> wrote:
> On Tue, Feb 9, 2010 at 9:59 AM, Shawn Pearce <spearce@xxxxxxxxxxx> wrote:
> > On Sun, Jan 31, 2010 at 1:51 PM, Matthias Sohn
> > <matthias.sohn@xxxxxxxxxxxxxx> wrote:
> >> 2010/1/31 Chris Aniszczyk <caniszczyk@xxxxxxxxx>
> >>>
> >>> On Sun, Jan 31, 2010 at 12:07 PM, Matthias Sohn
> >>> <matthias.sohn@xxxxxxxxxxxxxx> wrote:
> >>> > Could you advise how to proceed here ? In order to allow test execution
> >>> > in
> >>> > Eclipse 3.4, 3.5, 3.6 we should depend on JUnit 4.3.1 (which is the
> >>> > version
> >>> > coming
> >>> > with Eclipse 3.4). Eclipse 3.5 comes with JUnit 4.5.1 and 3.6 currently
> >>> > has
> >>> > 4.7.1.
> >>> > For which JUnit versions do we need to create a CQ ?
...
> The rule is generally quite simple:
>    "As a general rule, if you have code in a VCS that needs some
> third party library to compile, you need a CQ."

Since we need JUnit 4 for SWTBot, we need to update our CQs to stop
using JUnit 3 and start using JUnit 4.

-- 
Shawn.


Back to the top