Re: SUREFIRE-428: integration test to check class path order

2008-01-25 Thread Brett Porter
It would seem to be best in Surefire to me - the assertion in Maven should really be covered by a unit test? On 26/01/2008, at 5:25 AM, Dan Fabulich wrote: Class path ordering is tricky, and changed recently. Benjamin Bentmann provides a regression test in SUREFIRE-428. However, I'm not

SUREFIRE-428: integration test to check class path order

2008-01-25 Thread Dan Fabulich
Class path ordering is tricky, and changed recently. Benjamin Bentmann provides a regression test in SUREFIRE-428. However, I'm not certain if I should apply it in Surefire, because we use those integration tests to verify backwards compatibility with older versions of Maven. My initial t