Details
-
Sub-task
-
Status: In Progress
-
Major
-
Resolution: Unresolved
-
Trunk, Upcoming Branch
-
None
-
OFBiz Community Day (Feb 2020), OFBiz Community Day (May 2020), OFBiz Community Day (Aug 2020)
Description
See OFBIZ-9350 for motivation
Acceptance:
- A unit test is defined to test all behaviours of checkStatusCustRequest at org.apache.ofbiz.order.test.CustRequestStatusCheckTests
- The existing (minilang) unit test for updateCustRequest is migrated to a groovy or java Unit Test and possibly extended in order to test all behaviours of the updateCustRequest service
- The unit test on component://order/groovyScripts/request/CustRequestServices.groovy#checkStatusCustRequest passes
- The unit test on component://order/groovyScripts/request/CustRequestServices.groovy#updateCustRequest passes
- The new service implementations are configured in component://servicedef/services_request.xml (line130-131)
- Test Extension in CustRequestPermissionTests is added