Commit c03a0fd2 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

we no longer define title_or_id in EmailDocument since r.26496.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26503 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6455348f
......@@ -407,7 +407,6 @@ class TestCRMMailIngestion(ERP5TypeTestCase):
event = self._ingestMail('simple')
self.assertEquals('Simple Mail Test', event.getTitle())
self.assertEquals('Simple Mail Test', event.getTitleOrId())
self.assertEquals('Simple Mail Test', event.title_or_id())
def test_asText(self):
# asText requires portal_transforms
......
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