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 e7081e5388 Fixed: Fix Base Groovy tests (OFBIZ-13002)
e7081e5388 is described below

commit e7081e53884b02b75118d8416755fa9d71c6702c
Author: Jacques Le Roux <jacques.le.r...@les7arts.com>
AuthorDate: Sun Apr 7 12:24:33 2024 +0200

    Fixed: Fix Base Groovy tests (OFBIZ-13002)
    
    Forgot to remove
    framework\base\src\test\groovy\org\apache\ofbiz\base\test\SimpleTests.groovy
    and to add
    framework\base\src\main\groovy\org\apache\ofbiz\base\test\SimpleTests.groovy
    
    Sincerely it's easily confusing :/
---
 .../{test => main}/groovy/org/apache/ofbiz/base/test/SimpleTests.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/framework/base/src/test/groovy/org/apache/ofbiz/base/test/SimpleTests.groovy 
b/framework/base/src/main/groovy/org/apache/ofbiz/base/test/SimpleTests.groovy
similarity index 97%
rename from 
framework/base/src/test/groovy/org/apache/ofbiz/base/test/SimpleTests.groovy
rename to 
framework/base/src/main/groovy/org/apache/ofbiz/base/test/SimpleTests.groovy
index dd2c57939c..edec636c55 100644
--- 
a/framework/base/src/test/groovy/org/apache/ofbiz/base/test/SimpleTests.groovy
+++ 
b/framework/base/src/main/groovy/org/apache/ofbiz/base/test/SimpleTests.groovy
@@ -16,7 +16,7 @@
  * specific language governing permissions and limitations
  * under the License.
 */
-package org.apache.ofbizbase.test
+package org.apache.ofbiz.base.test
 
 import org.apache.ofbiz.testtools.GroovyScriptTestCase
 

Reply via email to