This is an automated email from the ASF dual-hosted git repository.

pgil 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 aa1d8a9186 Fixed: Partymgr Groovy tests (OFBIZ-12998)
aa1d8a9186 is described below

commit aa1d8a91861f78ee4f03b2f7c0193282dce2817d
Author: Gil Portenseigne <gil.portensei...@nereide.fr>
AuthorDate: Fri Apr 5 15:58:46 2024 +0200

    Fixed: Partymgr Groovy tests (OFBIZ-12998)
    
    Move groovy party test class to test package.
---
 .../apache/ofbiz/party/party/{ => test}/ContactMechWorkerTests.groovy | 0
 .../apache/ofbiz/party/party/{ => test}/PartyContactMechTests.groovy  | 0
 .../apache/ofbiz/party/party/{ => test}/PartyStatusChangeTests.groovy | 0
 .../groovy/org/apache/ofbiz/party/party/{ => test}/PartyTests.groovy  | 0
 applications/party/testdef/PartyContactMechTests.xml                  | 4 ++--
 applications/party/testdef/PartyStatusChangeTests.xml                 | 2 +-
 applications/party/testdef/PartyTests.xml                             | 2 +-
 7 files changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/applications/party/src/main/groovy/org/apache/ofbiz/party/party/ContactMechWorkerTests.groovy
 
b/applications/party/src/main/groovy/org/apache/ofbiz/party/party/test/ContactMechWorkerTests.groovy
similarity index 100%
rename from 
applications/party/src/main/groovy/org/apache/ofbiz/party/party/ContactMechWorkerTests.groovy
rename to 
applications/party/src/main/groovy/org/apache/ofbiz/party/party/test/ContactMechWorkerTests.groovy
diff --git 
a/applications/party/src/main/groovy/org/apache/ofbiz/party/party/PartyContactMechTests.groovy
 
b/applications/party/src/main/groovy/org/apache/ofbiz/party/party/test/PartyContactMechTests.groovy
similarity index 100%
rename from 
applications/party/src/main/groovy/org/apache/ofbiz/party/party/PartyContactMechTests.groovy
rename to 
applications/party/src/main/groovy/org/apache/ofbiz/party/party/test/PartyContactMechTests.groovy
diff --git 
a/applications/party/src/main/groovy/org/apache/ofbiz/party/party/PartyStatusChangeTests.groovy
 
b/applications/party/src/main/groovy/org/apache/ofbiz/party/party/test/PartyStatusChangeTests.groovy
similarity index 100%
rename from 
applications/party/src/main/groovy/org/apache/ofbiz/party/party/PartyStatusChangeTests.groovy
rename to 
applications/party/src/main/groovy/org/apache/ofbiz/party/party/test/PartyStatusChangeTests.groovy
diff --git 
a/applications/party/src/main/groovy/org/apache/ofbiz/party/party/PartyTests.groovy
 
b/applications/party/src/main/groovy/org/apache/ofbiz/party/party/test/PartyTests.groovy
similarity index 100%
rename from 
applications/party/src/main/groovy/org/apache/ofbiz/party/party/PartyTests.groovy
rename to 
applications/party/src/main/groovy/org/apache/ofbiz/party/party/test/PartyTests.groovy
diff --git a/applications/party/testdef/PartyContactMechTests.xml 
b/applications/party/testdef/PartyContactMechTests.xml
index aa6634386c..85bf521952 100644
--- a/applications/party/testdef/PartyContactMechTests.xml
+++ b/applications/party/testdef/PartyContactMechTests.xml
@@ -25,10 +25,10 @@
         <entity-xml action="load" 
entity-xml-url="component://party/testdef/data/PartyContactMechTestData.xml"/>
     </test-case>
     <test-case case-name="ContactMechWorker-tests">
-        <junit-test-suite 
class-name="org.apache.ofbiz.party.party.ContactMechWorkerTests"/>
+        <junit-test-suite 
class-name="org.apache.ofbiz.party.party.test.ContactMechWorkerTests"/>
     </test-case>
     <test-case case-name="partyContactMech-tests">
-        <junit-test-suite 
class-name="org.apache.ofbiz.party.party.PartyContactMechTests"/>
+        <junit-test-suite 
class-name="org.apache.ofbiz.party.party.test.PartyContactMechTests"/>
     </test-case>
 
 
diff --git a/applications/party/testdef/PartyStatusChangeTests.xml 
b/applications/party/testdef/PartyStatusChangeTests.xml
index a9e3f01d68..857df25089 100644
--- a/applications/party/testdef/PartyStatusChangeTests.xml
+++ b/applications/party/testdef/PartyStatusChangeTests.xml
@@ -26,7 +26,7 @@
     </test-case>
 
     <test-case case-name="partystatuschangetest">
-        <junit-test-suite 
class-name="org.apache.ofbiz.party.party.PartyStatusChangeTests"/>
+        <junit-test-suite 
class-name="org.apache.ofbiz.party.party.test.PartyStatusChangeTests"/>
     </test-case>
 
 </test-suite>
diff --git a/applications/party/testdef/PartyTests.xml 
b/applications/party/testdef/PartyTests.xml
index 897c0ac3f3..1c5234333b 100644
--- a/applications/party/testdef/PartyTests.xml
+++ b/applications/party/testdef/PartyTests.xml
@@ -27,6 +27,6 @@
 
     <test-group case-name="party-tests">
         <simple-method-test 
location="component://party/minilang/test/PartyTests.xml"/>
-        <junit-test-suite 
class-name="org.apache.ofbiz.party.party.PartyTests"/>
+        <junit-test-suite 
class-name="org.apache.ofbiz.party.party.test.PartyTests"/>
     </test-group>
 </test-suite>

Reply via email to