You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2023/12/05 11:09:44 UTC

(ofbiz-framework) branch trunk updated: Fixed: Test package name ref for UtilObjectTests (OFBIZ-12726) (#677)

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 afe62e2d7c Fixed: Test package name ref for UtilObjectTests (OFBIZ-12726) (#677)
afe62e2d7c is described below

commit afe62e2d7cdcf753bf44e53a3426529bac869fce
Author: Eugen Stan <eu...@netdava.com>
AuthorDate: Tue Dec 5 13:09:40 2023 +0200

    Fixed: Test package name ref for UtilObjectTests (OFBIZ-12726) (#677)
    
    UtilObjectTests was rererenced with a wrong package name.
---
 framework/base/testdef/basetests.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/framework/base/testdef/basetests.xml b/framework/base/testdef/basetests.xml
index 6b3609579c..02e78e530d 100644
--- a/framework/base/testdef/basetests.xml
+++ b/framework/base/testdef/basetests.xml
@@ -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/src/test/groovy/org/apache/ofbizbase/test/SimpleTests.groovy"/>