'buildr test' runs tests from all dependent modules while invoked from a
particular module
------------------------------------------------------------------------------------------
Key: BUILDR-431
URL: https://issues.apache.org/jira/browse/BUILDR-431
Project: Buildr
Issue Type: Bug
Affects Versions: 1.3.5
Reporter: Rafal Rusin
To reproduce it, please use APACHE_ODE_1.X and enter bpel-compiler. Then run
buildr _1.3.5_ test
ode-utils tests are shown to be executed (while they shouldn't):
buildr _1.3.5_ test
(in /home/joker/ode-1.X, development)
Testing ode:bpel-compiler
Running tests in ode:utils
Trying to override old definition of datatype junit
[junit] Testsuite: org.apache.ode.utils.DOMUtilsTest
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 1,498 sec
[junit]
[junit] Testcase: testParseInputStream took 0,534 sec
[junit] Testcase: testParseInputSource took 0,005 sec
[junit] Testcase: testNewDocument took 0 sec
[junit] Testcase: testSerializeDom took 0,034 sec
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.