svn commit: r881969 - /ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/test/AutoPaymentTests.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r881969 - /ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/test/AutoPaymentTests.xml

lektran
Author: lektran
Date: Wed Nov 18 22:30:17 2009
New Revision: 881969

URL: http://svn.apache.org/viewvc?rev=881969&view=rev
Log:
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">