Author: arunpatidar
Date: Sat Oct 28 12:47:33 2017
New Revision: 1813622

URL: http://svn.apache.org/viewvc?rev=1813622&view=rev
Log:
FIXED: Fixed testExpirePartyRate test. Passed required field as per 
modification in service definetion. (OFBIZ-9904)
Thanks Suraj Khurana for reporting and patch.

Modified:
    
ofbiz/ofbiz-framework/trunk/applications/accounting/minilang/test/RateTests.xml

Modified: 
ofbiz/ofbiz-framework/trunk/applications/accounting/minilang/test/RateTests.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/accounting/minilang/test/RateTests.xml?rev=1813622&r1=1813621&r2=1813622&view=diff
==============================================================================
--- 
ofbiz/ofbiz-framework/trunk/applications/accounting/minilang/test/RateTests.xml 
(original)
+++ 
ofbiz/ofbiz-framework/trunk/applications/accounting/minilang/test/RateTests.xml 
Sat Oct 28 12:47:33 2017
@@ -174,6 +174,7 @@ under the License.
         <set field="serviceCtx.partyId" value="TEST_PARTY"/>
         <set field="serviceCtx.rateTypeId" value="AVERAGE_PAY_RATE"/>
         <set field="serviceCtx.fromDate" type="Timestamp" value="2013-07-04 
00:00:00"/>
+        <set field="serviceCtx.rateAmountFromDate" type="Timestamp" 
value="2013-07-04 00:00:00"/>
         <entity-one entity-name="UserLogin" value-field="userLogin">
             <field-map field-name="userLoginId" value="system"/>
         </entity-one>


Reply via email to