Author: doogie
Date: Wed Mar  4 16:32:48 2009
New Revision: 750066

URL: http://svn.apache.org/viewvc?rev=750066&view=rev
Log:
Fix party:test-CreateNewCommEvent test.

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=750066&r1=750065&r2=750066&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
 Wed Mar  4 16:32:48 2009
@@ -395,7 +395,7 @@
     <simple-method method-name="testCreateNewCommEvent" 
short-description="test to create a new communication event" 
login-required="false">
         <log level="info" message="====================Create a new 
communication event test case=========================================="/>
         <set field="createNewCommEventMap.communicationEventTypeId" 
value="EMAIL_COMMUNICATION"/>
-        <set field="createNewCommEventMap.statusId" value="COM_COMPLETE"/>
+        <set field="createNewCommEventMap.statusId" value="COM_ENTERED"/>
         <set field="createNewCommEventMap.partyIdFrom" value="DemoCustomer"/>
         <set field="createNewCommEventMap.contactMechTypeId" 
value="EMAIL_ADDRESS"/>
         <entity-one entity-name="UserLogin" 
value-field="createNewCommEventMap.userLogin">
@@ -422,7 +422,7 @@
         <log level="info" message="====================Update communication 
event test case=========================================="/>
         <set field="updateCommEventMap.communicationEventId" 
from-field="commEventMap.communicationEventId"/>
         <set field="updateCommEventMap.communicationEventTypeId" 
value="AUTO_EMAIL_COMM"/>
-        <set field="updateCommEventMap.statusId" value="COM_ENTERED"/>
+        <set field="updateCommEventMap.statusId" value="COM_COMPLETE"/>
         <set field="updateCommEventMap.partyIdFrom" value="admin"/>
         <set field="updateCommEventMap.contactMechTypeId" 
value="ELECTRONIC_ADDRESS"/>
         <entity-one entity-name="UserLogin" 
value-field="updateCommEventMap.userLogin">


Reply via email to