Re: integration testing thought

2006-10-19 Thread Jason van Zyl
On 19 Oct 06, at 7:58 AM 19 Oct 06, Brett Porter wrote: Hi, I haven't had a chance to look at the new bootstrap/integration testing stuff (it seems like the build is broken according to CI?), but had a thought I wanted to raise. Will the integration tests be runnable through Maven

RE: integration testing thought

2006-10-19 Thread Dan Fabulich
They absolutely do run through Maven itself. In the new integration testing scheme, the integration tests become simple JUnit tests, which, IMO, makes them even easier to run than Mojos... you can just press Play in Eclipse/IDEA and get a nice red/green report. The most important advantage to