This is an automated email from the ASF dual-hosted git repository.
jacopoc pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git
The following commit(s) were added to refs/heads/trunk by this push:
new f9d1535b9 Fixed: commented out a test suite declaration pointing to an
empty test suite file. (#138)
f9d1535b9 is described below
commit f9d1535b9123548c54b7350d744ef88122b6a783
Author: Jacopo Cappellato <[email protected]>
AuthorDate: Fri Jun 27 15:42:13 2025 +0200
Fixed: commented out a test suite declaration pointing to an empty test
suite file. (#138)
Since there are no tests defined for the rest-api component, the system
complained
that the test file definition is not valid.
---
rest-api/ofbiz-component.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/rest-api/ofbiz-component.xml b/rest-api/ofbiz-component.xml
index d256e386d..ff6785703 100644
--- a/rest-api/ofbiz-component.xml
+++ b/rest-api/ofbiz-component.xml
@@ -30,7 +30,9 @@ under the License.
<!-- service resources: model(s), eca(s) and group definitions -->
<service-resource type="model" loader="main"
location="servicedef/services.xml"/>
+ <!--
<test-suite loader="main" location="testdef/rest-apiTests.xml"/>
+ -->
<!-- web applications; will be mounted when using the embedded container
-->
<webapp name="rest-api"