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

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

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

doogie-3
Author: doogie
Date: Wed Mar  4 16:18:39 2009
New Revision: 750062

URL: http://svn.apache.org/viewvc?rev=750062&view=rev
Log:
Fix this test case, fails when run in isolation.

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=750062&r1=750061&r2=750062&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:18:39 2009
@@ -178,7 +178,7 @@
         <clear-field field="telecomNumber"/>
                 
         <!-- try now with changing the telecom number, a new record will be created in ContactMech, TelecomNumber entity this time -->
-        <set field="serviceCtx.contactNumber" value="444-4444"/>
+        <set field="serviceCtx.contactNumber" value="555-5555"/>
         <call-service service-name="updatePartyTelecomNumber" in-map-name="serviceCtx">
            <result-to-field result-name="contactMechId" field="newContactMechId"/>
         </call-service>