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>