You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by le...@apache.org on 2009/12/12 22:27:07 UTC

svn commit: r889982 - /ofbiz/trunk/applications/order/script/org/ofbiz/order/test/QuoteTests.xml

Author: lektran
Date: Sat Dec 12 21:27:06 2009
New Revision: 889982

URL: http://svn.apache.org/viewvc?rev=889982&view=rev
Log:
Forgot to add the check-errors tag at the bottom of each test

Modified:
    ofbiz/trunk/applications/order/script/org/ofbiz/order/test/QuoteTests.xml

Modified: ofbiz/trunk/applications/order/script/org/ofbiz/order/test/QuoteTests.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/script/org/ofbiz/order/test/QuoteTests.xml?rev=889982&r1=889981&r2=889982&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/script/org/ofbiz/order/test/QuoteTests.xml (original)
+++ ofbiz/trunk/applications/order/script/org/ofbiz/order/test/QuoteTests.xml Sat Dec 12 21:27:06 2009
@@ -45,6 +45,7 @@
             <field-map field-name="workEffortId" from-field="serviceCtx.workEffortId"/>
         </entity-one>
         <assert><not><if-empty field="quoteWorkEffort"/></not></assert>
+        <check-errors/>
     </simple-method>
     
     <simple-method method-name="testCreateQuoteWorkEffortFail" 
@@ -83,6 +84,7 @@
         </entity-condition>
         <!--  Should be empty -->
         <assert><if-empty field="quoteWorkEffort"/></assert>
+        <check-errors/>
     </simple-method>
 
     <simple-method method-name="testCreateWorkEffortAndQuoteWorkEffort" login-required="false"
@@ -122,5 +124,6 @@
             <field-map field-name="quoteId" from-field="serviceCtx.quoteId"/>
             <field-map field-name="workEffortId" from-field="serviceResult.workEffortId"/>
         </entity-one>
+        <check-errors/>
     </simple-method>
 </simple-methods>