Hello All!
I'm trying to incorporate unit tests in my builds.
Right now, I'm running tests which will all fail on purpose.
When my tests run, I get the output in the "Ant Output" tab correctly
as shown below:
_run_unit_tests [ junit ] Running
ClientTest.sources.java.here.are.the.tests.test.ClientTest
_run_unit_tests [ junit ] Tests run: 1, Failures: 0, Errors: 1, Time
elapsed: 0 sec
_run_unit_tests [ junit ] Test
ClientTest.sources.java.here.are.the.tests.test.ClientTest FAILED
But for the same build, in the "Test" tab, I get the incorrect results
shown below (notice how, for all the tests I get: Tests: 0, Failures:0,
Errors: 0, Duration:0.0):
ClientTest.sources.java.here.are.the.tests.test.ClientTest
Tests: 0, Failures: 0, Errors: 0, Duration: 0.0
Plus, when I look in the merged log file, I see the correct test
results...
The dashboard just does not seem to want to display what's in the
file....
How is this possible, am I doing something wrong?
P.S.: I know that the Dashboard is not part of the core of CC devs, but
can anyone help me?
Thanks in advance for any help!
Lyd
|