Skip to content

Commit

Permalink
Fixed: The links in webtools/control/TestSuiteInfo are not accepted (…
Browse files Browse the repository at this point in the history
…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)
  • Loading branch information
JacquesLeRoux committed Dec 2, 2024
1 parent 8ff652e commit e852957
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions applications/product/testdef/ProductTest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>

0 comments on commit e852957

Please sign in to comment.