Skip to content

Commit

Permalink
Fixed: Test package name ref for UtilObjectTests (OFBIZ-12726) (#677)
Browse files Browse the repository at this point in the history
UtilObjectTests was rererenced with a wrong package name.
  • Loading branch information
ieugen authored and JacquesLeRoux committed Dec 5, 2023
1 parent 5013c3d commit 565d8a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/base/testdef/basetests.xml
Expand Up @@ -22,7 +22,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/test-suite.xsd">
<test-group case-name="basetests">
<junit-test-suite class-name="org.apache.ofbiz.base.util.test.UtilObjectTests"/>
<junit-test-suite class-name="org.apache.ofbiz.base.util.UtilObjectTests"/>
<junit-test-suite class-name="org.apache.ofbiz.base.util.string.test.FlexibleStringExpanderTests"/>
<junit-test-suite class-name="org.apache.ofbiz.base.util.collections.test.FlexibleMapAccessorTests"/>
<groovy-test-suite name="simple" location="component://base/groovyScripts/test/SimpleTests.groovy"/>
Expand Down

0 comments on commit 565d8a3

Please sign in to comment.