svn commit: r659791 - /ofbiz/trunk/applications/workeffort/script/org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r659791 - /ofbiz/trunk/applications/workeffort/script/org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.xml

lektran
Author: lektran
Date: Sat May 24 04:13:15 2008
New Revision: 659791

URL: http://svn.apache.org/viewvc?rev=659791&view=rev
Log:
Fix incorrect contactMechId for testUpdateContactInfo

Modified:
    ofbiz/trunk/applications/workeffort/script/org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.xml

Modified: ofbiz/trunk/applications/workeffort/script/org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/script/org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.xml?rev=659791&r1=659790&r2=659791&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/script/org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.xml (original)
+++ ofbiz/trunk/applications/workeffort/script/org/ofbiz/workeffort/workeffort/WorkEffortSimpleServices.xml Sat May 24 04:13:15 2008
@@ -1278,7 +1278,7 @@
     <simple-method method-name="testUpdateContactInfo" short-description="test to update contact information of a party" login-required="false">
         <log level="info" message="====================Update a contact information of a party test case=========================================="/>
         <set field="updateContactInfoMap.partyId" value="DemoCustomer"/>
-        <set field="updateContactInfoMap.contactMechId" value="9023"/>
+        <set field="updateContactInfoMap.contactMechId" value="9025"/>
         <set field="updateContactInfoMap.emailAddress" value="[hidden email]"/>
         <entity-one entity-name="UserLogin" value-name="updateContactInfoMap.userLogin">
             <field-map field-name="userLoginId" value="system"/>