Author: deepak
Date: Sat Apr 22 09:25:37 2017
New Revision: 1792275
URL:
http://svn.apache.org/viewvc?rev=1792275&view=revLog:
Fixed: Removed testCreateQuoteRole test case, as we converted createQuoteRole service to entity-auto. (OFBIZ-9331)
Modified:
ofbiz/ofbiz-framework/trunk/applications/order/minilang/test/QuoteTests.xml
Modified: ofbiz/ofbiz-framework/trunk/applications/order/minilang/test/QuoteTests.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/order/minilang/test/QuoteTests.xml?rev=1792275&r1=1792274&r2=1792275&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/applications/order/minilang/test/QuoteTests.xml (original)
+++ ofbiz/ofbiz-framework/trunk/applications/order/minilang/test/QuoteTests.xml Sat Apr 22 09:25:37 2017
@@ -241,22 +241,6 @@ under the License.
</assert>
<check-errors/>
</simple-method>
- <simple-method method-name="testCreateQuoteRole" short-description="Create Quote Role" login-required="false">
- <entity-one entity-name="UserLogin" value-field="userLogin">
- <field-map field-name="userLoginId" value="system"/>
- </entity-one>
- <set-current-user-login value-field="userLogin"/>
- <set field="serviceCtx.partyId" value="DemoCustomer-1"/>
- <set field="serviceCtx.quoteId" value="CQ0001"/>
- <set field="serviceCtx.roleTypeId" value="OWNER"/>
- <call-service service-name="createQuoteRole" in-map-name="serviceCtx">
- <results-to-map map-name="serviceResult"/>
- </call-service>
- <assert>
- <not><if-empty field="serviceResult"/></not>
- </assert>
- <check-errors/>
- </simple-method>
<simple-method method-name="testCreateQuoteCoefficient" short-description="Create Quote Coefficient" login-required="false">
<entity-one entity-name="UserLogin" value-field="userLogin">
<field-map field-name="userLoginId" value="system"/>