Author: mor
Date: Thu Feb 4 09:57:17 2010
New Revision: 906425
URL: http://svn.apache.org/viewvc?rev=906425&view=rev
Log:
Removed unnecessary log statements.
Modified:
ofbiz/trunk/applications/party/script/org/ofbiz/party/test/PartyContactMechTests.xml
ofbiz/trunk/applications/party/script/org/ofbiz/party/test/PartyTests.xml
Modified:
ofbiz/trunk/applications/party/script/org/ofbiz/party/test/PartyContactMechTests.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/script/org/ofbiz/party/test/PartyContactMechTests.xml?rev=906425&r1=906424&r2=906425&view=diff
==============================================================================
---
ofbiz/trunk/applications/party/script/org/ofbiz/party/test/PartyContactMechTests.xml
(original)
+++
ofbiz/trunk/applications/party/script/org/ofbiz/party/test/PartyContactMechTests.xml
Thu Feb 4 09:57:17 2010
@@ -48,7 +48,6 @@
<call-service service-name="updatePartyEmailAddress"
in-map-name="serviceCtx">
<result-to-field result-name="contactMechId"/>
</call-service>
- <log level="info" message="====== contactMechId [${contactMechId}]
======"/>
<entity-one entity-name="ContactMech" value-field="contactMech"/>
<assert>
<not><if-empty field="contactMech"/></not>
@@ -63,7 +62,6 @@
<call-service service-name="updatePartyEmailAddress"
in-map-name="serviceCtx">
<result-to-field result-name="contactMechId"
field="newContactMechId"/>
</call-service>
- <log level="info" message="====== New contactMechId
[${newContactMechId}] for email address is created for party [${partyId}]
======"/>
<entity-one entity-name="ContactMech" value-field="contactMech">
<field-map field-name="contactMechId"
from-field="newContactMechId"/>
</entity-one>
@@ -103,7 +101,6 @@
<call-service service-name="updatePartyTelecomNumber"
in-map-name="serviceCtx">
<result-to-field result-name="contactMechId"/>
</call-service>
- <log level="info" message="====== contactMechId [${contactMechId}]
======"/>
<entity-one entity-name="ContactMech" value-field="contactMech"/>
<assert>
<not><if-empty field="contactMech"/></not>
@@ -126,7 +123,6 @@
<call-service service-name="updatePartyTelecomNumber"
in-map-name="serviceCtx">
<result-to-field result-name="contactMechId"
field="newContactMechId"/>
</call-service>
- <log level="info" message="====== New contactMechId
[${newContactMechId}] for TelecomNumber is created for party [${partyId}]
======"/>
<entity-one entity-name="ContactMech" value-field="contactMech">
<field-map field-name="contactMechId"
from-field="newContactMechId"/>
</entity-one>
@@ -172,7 +168,6 @@
<call-service service-name="updatePartyPostalAddress"
in-map-name="serviceCtx">
<result-to-field result-name="contactMechId"/>
</call-service>
- <log level="info" message="====== contactMechId [${contactMechId}]
======"/>
<entity-one entity-name="ContactMech" value-field="contactMech"/>
<assert>
<not><if-empty field="contactMech"/></not>
@@ -197,7 +192,6 @@
<call-service service-name="updatePartyPostalAddress"
in-map-name="serviceCtx">
<result-to-field result-name="contactMechId"
field="newContactMechId"/>
</call-service>
- <log level="info" message="====== New contactMechId
[${newContactMechId}] for PostalAddress is created for party [${partyId}]
======"/>
<entity-one entity-name="ContactMech" value-field="contactMech">
<field-map field-name="contactMechId"
from-field="newContactMechId"/>
</entity-one>
@@ -288,5 +282,4 @@
</assert>
<check-errors/>
</simple-method>
-
</simple-methods>
\ No newline at end of file
Modified:
ofbiz/trunk/applications/party/script/org/ofbiz/party/test/PartyTests.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/script/org/ofbiz/party/test/PartyTests.xml?rev=906425&r1=906424&r2=906425&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/script/org/ofbiz/party/test/PartyTests.xml
(original)
+++ ofbiz/trunk/applications/party/script/org/ofbiz/party/test/PartyTests.xml
Thu Feb 4 09:57:17 2010
@@ -99,7 +99,6 @@
<result-to-field result-name="paymentMethodId"/>
<result-to-field result-name="oldPaymentMethodId"/>
</call-service>
- <log level="info" message="====== paymentMethodId [${paymentMethodId}]
======"/>
<clear-field field="paymentMethodAndCreditCard"/>
<entity-one entity-name="PaymentMethodAndCreditCard"
value-field="paymentMethodAndCreditCard"/>
<assert>
@@ -121,7 +120,6 @@
<result-to-field result-name="paymentMethodId"/>
<result-to-field result-name="oldPaymentMethodId"/>
</call-service>
- <log level="info" message="====== New paymentMethodId
[${paymentMethodId}] created for party [${serviceCtx.partyId}] ======"/>
<entity-one entity-name="PaymentMethodAndCreditCard"
value-field="paymentMethodAndCreditCard"/>
<assert>
<not><if-empty field="paymentMethodAndCreditCard"/></not>
@@ -203,7 +201,6 @@
</simple-method>
<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_ENTERED"/>
<set field="createNewCommEventMap.partyIdFrom" value="DemoCustomer"/>
@@ -229,7 +226,6 @@
<check-errors/>
</simple-method>
<simple-method method-name="inlineUpdateCommEvent" short-description="test
to update communication event" login-required="false">
- <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_COMPLETE"/>
@@ -242,7 +238,6 @@
<check-errors/>
</simple-method>
<simple-method method-name="testCreateNewRequest"
short-description="create a new request" login-required="false">
- <log level="info" message="====================Create a new request
test case=========================================="/>
<set field="createNewRequestMap.custRequestTypeId"
value="RF_PROPOSAL"/>
<set field="createNewRequestMap.statusId" value="CRQ_SUBMITTED"/>
<set field="createNewRequestMap.priority" value="1L" type="Long"/>
@@ -268,7 +263,6 @@
<check-errors/>
</simple-method>
<simple-method method-name="inlineUpdateRequest" short-description="update
a request" login-required="false">
- <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_ACCEPTED"/>