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

jleroux pushed a commit to branch release18.12
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/release18.12 by this push:
     new e8529573a7 Fixed: The links in webtools/control/TestSuiteInfo are not 
accepted (OFBIZ-13175)
e8529573a7 is described below

commit e8529573a74eab1cb9ec37861e76147f1093b0fb
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Mon Dec 2 10:27:21 2024 +0100

    Fixed: The links in webtools/control/TestSuiteInfo are not accepted 
(OFBIZ-13175)
    
    Removes duplicate </test-suite> inside code in 
product/testdef/ProductTest.xml
    
    This was put in with Jira
    Unit test case for service - createProductFeatureType (OFBIZ-9089)
---
 applications/product/testdef/ProductTest.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/applications/product/testdef/ProductTest.xml 
b/applications/product/testdef/ProductTest.xml
index dc484477d0..3101151ab2 100644
--- a/applications/product/testdef/ProductTest.xml
+++ b/applications/product/testdef/ProductTest.xml
@@ -21,7 +21,7 @@ under the License.
 <test-suite suite-name="producttests"
          xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
         
xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/test-suite.xsd";>
-        
+
     <test-case case-name="loadProductTestData">
         <entity-xml action="load" 
entity-xml-url="component://product/testdef/data/ProductTestData.xml"/>
     </test-case>
@@ -30,7 +30,7 @@ under the License.
         <simple-method-test 
location="component://product/minilang/product/test/ProductTest.xml"/>
     </test-case>
 
-</test-suite>    <test-case case-name="testCreateProductFeatureType">
+    <test-case case-name="testCreateProductFeatureType">
         <groovy-test-suite 
location="component://product/groovyScripts/product/test/ProductFeatureTypeTests.groovy"/>
     </test-case>
 </test-suite>

Reply via email to