Skip to content

Commit f315117

Browse files
committed
Fixed: Update import statement for GroovyTestCase to resolve compilation warnings
1 parent 5484400 commit f315117

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

framework/testtools/src/main/java/org/apache/ofbiz/testtools/GroovyScriptTestCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*******************************************************************************/
1919
package org.apache.ofbiz.testtools;
2020

21-
import groovy.util.GroovyTestCase;
21+
import groovy.test.GroovyTestCase;
2222
import org.apache.ofbiz.entity.Delegator;
2323
import org.apache.ofbiz.security.Security;
2424
import org.apache.ofbiz.service.LocalDispatcher;

0 commit comments

Comments
 (0)