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 7664714bef Fixed: Fix groovy tests source setup (OFBIZ-13334)
7664714bef is described below
commit 7664714bef3693a72e626a350fb98e6a12d43e49
Author: Jacques Le Roux <[email protected]>
AuthorDate: Fri Jan 9 16:25:59 2026 +0100
Fixed: Fix groovy tests source setup (OFBIZ-13334)
Oops, forgot to commit that
---
.../main/groovy/org/apache/ofbiz/service/test/ServicePurgeTest.groovy | 1 -
.../src/main/groovy/org/apache/ofbiz/service/test/TestServices.groovy | 2 --
2 files changed, 3 deletions(-)
diff --git
a/framework/service/src/main/groovy/org/apache/ofbiz/service/test/ServicePurgeTest.groovy
b/framework/service/src/main/groovy/org/apache/ofbiz/service/test/ServicePurgeTest.groovy
index 2efc1e2de6..0d7de306f2 100644
---
a/framework/service/src/main/groovy/org/apache/ofbiz/service/test/ServicePurgeTest.groovy
+++
b/framework/service/src/main/groovy/org/apache/ofbiz/service/test/ServicePurgeTest.groovy
@@ -32,7 +32,6 @@ class ServicePurgeTest extends OFBizTestCase {
super(name)
}
-
void testRuntimeDataIsCleanedAfterServicePurge() {
GenericValue sysUserLogin = delegator.findOne('UserLogin', true,
'userLoginId', 'system')
String jobId = delegator.getNextSeqId('JobSandbox')
diff --git
a/framework/service/src/main/groovy/org/apache/ofbiz/service/test/TestServices.groovy
b/framework/service/src/main/groovy/org/apache/ofbiz/service/test/TestServices.groovy
index 71a0a1799e..44fde00ea7 100644
---
a/framework/service/src/main/groovy/org/apache/ofbiz/service/test/TestServices.groovy
+++
b/framework/service/src/main/groovy/org/apache/ofbiz/service/test/TestServices.groovy
@@ -16,12 +16,10 @@
* specific language governing permissions and limitations
* under the License.
*/
-
package org.apache.ofbiz.service.test
// Despite it's name, this class is not for test, it's only services
-
Map testPingSuccess() {
Map returnMap = success('Service result success')
if (parameters.ping) {