Author: lektran
Date: Wed Nov 18 22:30:17 2009
New Revision: 881969
URL:
http://svn.apache.org/viewvc?rev=881969&view=revLog:
Fixed the testCreatePaymentGroupAndMember test, it was trying to add a refund payment to a batch payment group which is only suitable for receipt payments
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=881969&r1=881968&r2=881969&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 Wed Nov 18 22:30:17 2009
@@ -23,7 +23,7 @@
<simple-method method-name="testCreatePaymentGroupAndMember" short-description="auto test createPaymentGroupAndMember service" login-required="false">
<set field="paymentIds[]" value="demo10001"/>
- <set field="paymentIds[]" value="demo10010"/>
+ <set field="paymentIds[]" value="demo10000"/>
<set field="paymentGroupTypeId" value="BATCH_PAYMENT"/>
<set field="paymentGroupName" value="Payment Batch"/>
<entity-one entity-name="UserLogin" value-field="userLogin">