The two tests 'should execute only the named tests' in test_spec are broken
---------------------------------------------------------------------------
Key: BUILDR-133
URL: https://issues.apache.org/jira/browse/BUILDR-133
Project: Buildr
Issue Type: Test
Components: Core features
Environment: buildr trunk revision 684978
Reporter: Lacton
Priority: Minor
Attachments: BUILDR-133.spec.patch
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.