We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca0433d commit afe62e2Copy full SHA for afe62e2
framework/base/testdef/basetests.xml
@@ -22,7 +22,7 @@
22
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23
xsi:noNamespaceSchemaLocation="https://ofbiz.apache.org/dtds/test-suite.xsd">
24
<test-group case-name="basetests">
25
- <junit-test-suite class-name="org.apache.ofbiz.base.util.test.UtilObjectTests"/>
+ <junit-test-suite class-name="org.apache.ofbiz.base.util.UtilObjectTests"/>
26
<junit-test-suite class-name="org.apache.ofbiz.base.util.string.test.FlexibleStringExpanderTests"/>
27
<junit-test-suite class-name="org.apache.ofbiz.base.util.collections.test.FlexibleMapAccessorTests"/>
28
<groovy-test-suite name="simple" location="component://base/src/test/groovy/org/apache/ofbizbase/test/SimpleTests.groovy"/>
0 commit comments