Bugzilla – Bug 2958
WS-MDS Aggregator Junit test execution has no results/reports.
Last modified: 2005-03-29 02:53:42
You need to log in before you can comment on or make changes to this bug.
When WS-MDS Aggregator Junit tests are executed with the "test" target, though the build is successful no test-reports would have been generated. It seems "test" target in the build.xml is redundant, as "AggregatorTestCase.java" (This is the only java class present in the aggregator junit source) is an abstract class and there is no code for instantiating the junit execution anywhere! Is it just a support class for other WS-MDS services (Index and trigger) junits? In that case the Aggregator junit build.xml should not have a "test" target to be consistent with the usage of the "test" target everywhere.