This is an automated email from the ASF dual-hosted git repository.

jacopoc pushed a commit to branch release24.09
in repository https://gitbox.apache.org/repos/asf/ofbiz-plugins.git


The following commit(s) were added to refs/heads/release24.09 by this push:
     new b87e9d859 Fixed: commented out a test suite declaration pointing to an 
empty test suite file. (#138)
b87e9d859 is described below

commit b87e9d85943e5be8dfd18eee415e98edaf8a7af3
Author: Jacopo Cappellato <jacopo.cappell...@gmail.com>
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"

Reply via email to