Author: lektran
Date: Wed Jan 20 05:54:10 2010
New Revision: 901071

URL: http://svn.apache.org/viewvc?rev=901071&view=rev
Log:
Reinstate the check-errors tag now that the test passes

Modified:
    
ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/test/AutoInvoiceTests.xml

Modified: 
ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/test/AutoInvoiceTests.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/test/AutoInvoiceTests.xml?rev=901071&r1=901070&r2=901071&view=diff
==============================================================================
--- 
ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/test/AutoInvoiceTests.xml
 (original)
+++ 
ofbiz/trunk/applications/accounting/script/org/ofbiz/accounting/test/AutoInvoiceTests.xml
 Wed Jan 20 05:54:10 2010
@@ -94,6 +94,8 @@
         <set field="invoiceId" value="8010"/>
         <set field="amount" value="179.97" type="BigDecimal"/>
         <call-simple-method method-name="assertInvoiceTotal"/>
+
+        <check-errors/>
     </simple-method>
     <simple-method method-name="assertInvoiceTotal" login-required="false"
     short-description="Inline method to assist 
testInvoiceWorkerGetInvoiceTotal">


Reply via email to