Author: lektran
Date: Thu Nov 19 04:21:54 2009
New Revision: 882044
URL: http://svn.apache.org/viewvc?rev=882044&view=rev
Log:
Added missing paymentMethodId to the testGlPostingOnCheckRun test, now passes
Modified:
ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/test/AutoPaymentTests.xml
Modified:
ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/test/AutoPaymentTests.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/test/AutoPaymentTests.xml?rev=882044&r1=882043&r2=882044&view=diff
==============================================================================
---
ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/test/AutoPaymentTests.xml
(original)
+++
ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/test/AutoPaymentTests.xml
Thu Nov 19 04:21:54 2009
@@ -433,6 +433,7 @@
<set
field="createPaymentAndPaymentGroupForInvoicesMap.checkStartNumber" type="Long"
value="100100"/>
<set field="createPaymentAndPaymentGroupForInvoicesMap.invoiceIds"
from-field="invoiceIds"/>
<set
field="createPaymentAndPaymentGroupForInvoicesMap.paymentMethodTypeId"
value="COMPANY_CHECK"/>
+ <set
field="createPaymentAndPaymentGroupForInvoicesMap.paymentMethodId"
value="SC_CHECKING"/>
<call-service service-name="createPaymentAndPaymentGroupForInvoices"
in-map-name="createPaymentAndPaymentGroupForInvoicesMap">
<result-to-field result-name="paymentGroupId"/>
</call-service>