On Mon, Apr 21, 2008 at 9:29 PM, Timo Rantalaiho <[EMAIL PROTECTED]> wrote:
> Hello, > > It would be great to get this fixed before the release: > > https://issues.apache.org/jira/browse/BUILDR-62 > > Sorry for the late report! You're right about RunWith, I'm fixing that. In 1.3 you can still filter test cases by class/package name, and that's handled uniformly across all test frameworks using test.include/exclude. What you can't do is convince JUnit to select classes that are not JUnit test cases, which was possible in 1.2, and a convenient hack before we had a good test framework API. In 1.3 we cleaned that up. We now have an API for adding new test framework, with some convenience methods for the Java frameworks, and even three BDD frameworks using it (check out buildr/java/bdd_frameworks.rb). So that was a conscious decision to break the old behavior but move developer to the new API. (Note: we still need to work on a uniform reporting mechanism for all the different test frameworks) Assaf > > > Best wishes, > Timo > A beginning Buildr user > > -- > Timo Rantalaiho > Reaktor Innovations Oy <URL: http://www.ri.fi/ > >
