You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ar...@apache.org on 2017/10/28 12:47:33 UTC

svn commit: r1813622 - /ofbiz/ofbiz-framework/trunk/applications/accounting/minilang/test/RateTests.xml

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>