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 76f8368849 Improved: Comment for ServicePurgeTest.groovy (a 
GroovyScriptTestCase) fails (OFBIZ-12986)
76f8368849 is described below

commit 76f8368849eb2949bbdbfd01fa571f5e660d583c
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Tue Apr 2 12:55:26 2024 +0200

    Improved: Comment for ServicePurgeTest.groovy (a GroovyScriptTestCase) fails
    (OFBIZ-12986)
    
    Change the comment, I did not check the previous syntax.
    The issue is maybe only on Windows (weird)
---
 .../test/groovy/org/apache/service/service/test/ServicePurgeTest.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/framework/service/src/test/groovy/org/apache/service/service/test/ServicePurgeTest.groovy
 
b/framework/service/src/test/groovy/org/apache/service/service/test/ServicePurgeTest.groovy
index 71da7d6454..439c2a4a08 100644
--- 
a/framework/service/src/test/groovy/org/apache/service/service/test/ServicePurgeTest.groovy
+++ 
b/framework/service/src/test/groovy/org/apache/service/service/test/ServicePurgeTest.groovy
@@ -26,7 +26,7 @@ import org.apache.ofbiz.testtools.GroovyScriptTestCase
 
 class ServicePurgeTest extends GroovyScriptTestCase {
 
-// ./gradlew 'ofbiz -t component=service -t suitename=servicetests -t 
case=service-purge-test' --debug-jvm
+// ./gradlew "ofbiz --test component=service --test suitename=servicetests 
--test case=service-purge-test"
 
     void testRuntimeDataIsCleanedAfterServicePurge() {
         GenericValue sysUserLogin = delegator.findOne('UserLogin', true, 
'userLoginId', 'system')

Reply via email to