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:22:11 UTC

svn commit: r770666 - /ofbiz/branches/release09.04/applications/party/script/org/ofbiz/party/test/PartyTestServices.xml

Author: lektran
Date: Fri May  1 13:22:11 2009
New Revision: 770666

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

Modified:
    ofbiz/branches/release09.04/applications/party/script/org/ofbiz/party/test/PartyTestServices.xml

Modified: ofbiz/branches/release09.04/applications/party/script/org/ofbiz/party/test/PartyTestServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release09.04/applications/party/script/org/ofbiz/party/test/PartyTestServices.xml?rev=770666&r1=770665&r2=770666&view=diff
==============================================================================
--- ofbiz/branches/release09.04/applications/party/script/org/ofbiz/party/test/PartyTestServices.xml (original)
+++ ofbiz/branches/release09.04/applications/party/script/org/ofbiz/party/test/PartyTestServices.xml Fri May  1 13:22:11 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">