Details
-
Test
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
buildr trunk revision 684978
Description
In test_spec.rb, there are two tests 'should execute only the named tests', one for unit tests and one for integration tests.
These tests are broken (i.e., they do not test what they say they are testing). Changing "task('test:Something').invoke" to "task('test').invoke" should raise an error, but it does not.
The attached patch fixes this issue by calling JUnit's fail method.