danwatford commented on PR #547: URL: https://github.com/apache/ofbiz-framework/pull/547#issuecomment-1271342665
> Good catch, checking it. Does OFBiz has some testing tools able to find these regressions, or is it just manual testing that led you there ? I'm not aware of any tests that would address this particular area, but I haven't dug into the various integration tests in-depth. If you search the sources for `--test` you will find a few examples in README.adoc which describes how to launch various integration tests (as opposed to unit tests). The integration tests are surfaced through the various `ofbiz-component.xml` files which every component has. Components that support integration testing will have a `<test-suite />` element which describes the location of the tests. See framework/widget/ofbiz-component.xml for an example. In this case I tested manually. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
