This is an automated email from the ASF dual-hosted git repository. jleroux pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push: new 145eba9575 Improved: Fix Base Groovy tests (OFBIZ-13002) 145eba9575 is described below commit 145eba957582e87ddd5a4c38b16150d1fcf3259c Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Sun Apr 7 12:05:10 2024 +0200 Improved: Fix Base Groovy tests (OFBIZ-13002) Removes UtilObjectTests class from testdef, it's an unit test as Gil mentionned in OFBIZ-12985 --- framework/base/testdef/basetests.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/framework/base/testdef/basetests.xml b/framework/base/testdef/basetests.xml index 5a9b02d3d7..b0e20dd5de 100644 --- a/framework/base/testdef/basetests.xml +++ b/framework/base/testdef/basetests.xml @@ -22,7 +22,6 @@ 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.UtilObjectTests"/> <junit-test-suite class-name="org.apache.ofbiz.base.test.SimpleTests"/> </test-group> </test-suite>