I suspect we can just remove `testBrokenProjectSilentlyProcessedUpToVerify` as that test doesn't work at all
On 10 February 2017 at 17:34, Stephen Connolly < stephen.alan.conno...@gmail.com> wrote: > You still have not answered why the overly complex range > > (,3.3.0),[3.3.0,3.3.9],(3.3.9,3.5.0) > > That says: > * all versions less than 3.3.0; union with > * all versions greater than or equal to 3.3.0 and less than or equal to > 3.3.9; union with > * all versions greater than 3.3.9 and less than 3.5.0 > > Which can be simplified to just > > (,3.5.0) > > > On 10 February 2017 at 17:27, Christian Schulte <c...@schulte.it> wrote: > >> Am 02/09/17 um 13:08 schrieb Stephen Connolly: >> > I have added some comments on the integration tests: >> > https://github.com/apache/maven-integration-testing/commit/f >> 9c0d641ae362ff59c76bc7eb670c8214917f0c3 >> > >> >> Replied there. Is the discussion retained when rebasing the branch? That >> will change the commit hash. >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscr...@maven.apache.org >> For additional commands, e-mail: dev-h...@maven.apache.org >> >> >