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 31dc7493a0 Improved: Reintroduce groovy-test-suite test case (OFBIZ-12320) 31dc7493a0 is described below commit 31dc7493a03ad96faa298c6ac42a1fb88d09075a Author: Jacques Le Roux <jacques.le.r...@les7arts.com> AuthorDate: Sun Apr 7 12:00:35 2024 +0200 Improved: Reintroduce groovy-test-suite test case (OFBIZ-12320) Content test, uses rather junit-test-suite than groovy-test-suite --- .../groovy/org/apache/ofbiz}/content/content/ContentTests.groovy | 2 +- applications/content/testdef/ContentTests.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/content/src/test/groovy/org/apache/content/content/ContentTests.groovy b/applications/content/src/main/groovy/org/apache/ofbiz/content/content/ContentTests.groovy similarity index 99% rename from applications/content/src/test/groovy/org/apache/content/content/ContentTests.groovy rename to applications/content/src/main/groovy/org/apache/ofbiz/content/content/ContentTests.groovy index 8f038d900f..4126aa9e59 100644 --- a/applications/content/src/test/groovy/org/apache/content/content/ContentTests.groovy +++ b/applications/content/src/main/groovy/org/apache/ofbiz/content/content/ContentTests.groovy @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. *******************************************************************************/ -package org.apache.content.content +package org.apache.ofbiz.content.content import org.apache.ofbiz.base.util.UtilDateTime import org.apache.ofbiz.entity.GenericValue diff --git a/applications/content/testdef/ContentTests.xml b/applications/content/testdef/ContentTests.xml index 6fd4eb5ad2..1def3b9324 100644 --- a/applications/content/testdef/ContentTests.xml +++ b/applications/content/testdef/ContentTests.xml @@ -26,7 +26,7 @@ </test-case> <test-case case-name="content-tests"> - <groovy-test-suite class-name="org.apache.ofbiz.content.ContentTests"/> + <junit-test-suite class-name="org.apache.ofbiz.content.content.ContentTests"/> </test-case> </test-suite>