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/05/01 15:18:50 UTC

svn commit: r770665 - /ofbiz/trunk/applications/party/script/org/ofbiz/party/test/PartyTestServices.xml

Author: lektran
Date: Fri May  1 13:18:49 2009
New Revision: 770665

URL: http://svn.apache.org/viewvc?rev=770665&view=rev
Log:
Changed testUpdateRequest statusId to comply with the StatusValidChange records, all party tests now pass

Modified:
    ofbiz/trunk/applications/party/script/org/ofbiz/party/test/PartyTestServices.xml

Modified: ofbiz/trunk/applications/party/script/org/ofbiz/party/test/PartyTestServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/script/org/ofbiz/party/test/PartyTestServices.xml?rev=770665&r1=770664&r2=770665&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/script/org/ofbiz/party/test/PartyTestServices.xml (original)
+++ ofbiz/trunk/applications/party/script/org/ofbiz/party/test/PartyTestServices.xml Fri May  1 13:18:49 2009
@@ -461,7 +461,7 @@
         <log level="info" message="====================Update a request test case=========================================="/>
         <set field="updateRequestMap.custRequestId" from-field="requestMap.custRequestId"/>
         <set field="updateRequestMap.custRequestTypeId" value="RF_INFO"/>
-        <set field="updateRequestMap.statusId" value="CRQ_COMPLETED"/>
+        <set field="updateRequestMap.statusId" value="CRQ_ACCEPTED"/>
         <set field="updateRequestMap.priority" value="2L" type="Long"/>
         <set field="updateRequestMap.fromPartyId" value="admin"/>
         <entity-one entity-name="UserLogin" value-field="updateRequestMap.userLogin">