Re: Unit testing for a custom module

2024-06-11 Thread Carsten Schinzer
Hello Gaetan Thanks indeed for your efforts!This is what I am doing except the the XML Schema here https://ofbiz.apache.org/dtds/test-suite.xsd Complains when I do not add test-case elements, which I did. But even without them that does not change the picture. I am running on MacOS 14.5

Re: Unit testing for a custom module

2024-06-11 Thread Gaetan
Hello Carsten. I set up a very small example plugin that i tested myself localy. Could you please reproduce the steps below ? - get ofbiz framework from apache repo (https://github.com/apache/ofbiz-framework)    - checkout trunk on ofbiz framework - get example plugin and set it up inside