Commit 75efb6a4 authored by Tatuya Kamada's avatar Tatuya Kamada

Follow the specification changing.

parent 2f7d52d0
...@@ -1547,7 +1547,7 @@ class TestCRMMailSend(BaseTestCRM): ...@@ -1547,7 +1547,7 @@ class TestCRMMailSend(BaseTestCRM):
### Incoming on Person ### ### Incoming on Person ###
# Submit the dialog on person # Submit the dialog on person
title = 'Incoming email' title = 'Incoming email'
direction = 'in' direction = 'incoming'
portal_type = 'Note' portal_type = 'Note'
resource = resource['1'].getCategoryRelativeUrl() resource = resource['1'].getCategoryRelativeUrl()
person.Base_addEvent(title, direction, portal_type, resource) person.Base_addEvent(title, direction, portal_type, resource)
...@@ -1570,7 +1570,7 @@ class TestCRMMailSend(BaseTestCRM): ...@@ -1570,7 +1570,7 @@ class TestCRMMailSend(BaseTestCRM):
### Outgoing on Person ### ### Outgoing on Person ###
# Check another direction # Check another direction
title = 'Outgoing email' title = 'Outgoing email'
direction = 'out' direction = 'outgoing'
another_person.Base_addEvent(title, direction, portal_type, resource) another_person.Base_addEvent(title, direction, portal_type, resource)
# Index Event # Index Event
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment