Re: [DPP-Devel] JUnit test failures

2013-11-07 Thread Graham Allan
Many thanks! On 7 November 2013 11:20, Stefan Rossbach wrote: > Just running the de.fu_berlin.inf.dpp.AllTestSuite class should do the > trick unless a developer forgot to add the new test cases. At least the CI > will fetch :P > > > On 07.11.2013 12:15, Graham Allan wrote: > > Hey Stefan, > >

Re: [DPP-Devel] JUnit test failures

2013-11-07 Thread Stefan Rossbach
Just running the de.fu_berlin.inf.dpp.AllTestSuite class should do the trick unless a developer forgot to add the new test cases. At least the CI will fetch :P On 07.11.2013 12:15, Graham Allan wrote: Hey Stefan, Thanks, I was using Eclipse and right-clicking on src/junit and selecting "Run

Re: [DPP-Devel] JUnit test failures

2013-11-07 Thread Graham Allan
Hey Stefan, Thanks, I was using Eclipse and right-clicking on src/junit and selecting "Run As/JUnit Test". Do you recommend only trying to run all unit tests with ant, or is there another way (perhaps a launch config) that lets you run all relevant unit tests in Eclipse? Thanks! Graham On 7 Nov 2

Re: [DPP-Devel] JUnit test failures

2013-11-06 Thread Stefan Rossbach
Hi Graham, the answer is pretty simple. You executed test cases which are not supposed to be 1. even executed 2. or must be executed as plugin in test (which we no longer support) See Ant build file.