Hi all,

when we are launching tests via the *ant run-tests* target, junit tests and simple-method-test are launched. But when looking at the results in runtime/logs/test-results, all the tests are not listed here.

As an example, for the accounting tests , there are :
3 junit tests (testCreateFinAccount / testDeposit / testWithdraw)
10 simple method tests

But if you look to the result (runtime/log/test-results/accoutingtests.xml), only the invoicetetsts are listed...

It seems that when the tests run, if there more than one test-suite in ofbiz-component.xml, each test-suite is creating a new result file which has always the same name, and then we don't have all the results for a component.

I'm waiting for your comments,

Cheers

--
Erwan

Reply via email to