Hi guys, FYI: I just committed a few changes on the testing stuff:
1) Since we moved to buildr 1.2.x which uses Ant and JUnit4, I ported our test cases to Junit4 2) I tried to fix most of the test cases, some didn't work just because of some typos, some failures were caused by refactorings (e.g. the handling for ASYNC mexs). 3) It probably doesn't make sense to fix the MEX-related test cases until the BART branch has been merged into trunk, that's why I marked the test cases with @Ignore (this is unfortunately not yet reflected in the JUnit HTML report. So, currently we have 201 test cases (w/o the ignored ones) and a randomly unsteady success rate because some test cases in ActivityRecoveryTest and the simple scheduler tests fail. I guess this depends on some timer issues. I haven't had the time yet to look at it, may one of you wanna take care of them, when those are fixed the test suite should run through with out any errors. To create the reports, just run: buildr clean test junit:report TEST=all It would be funny to check the test coverage but buildr's cobertura plugin didn't work for me yet. Cheers, Tammo
