Commit 48532c2b authored by Ivan Tyagov's avatar Ivan Tyagov

'Embedded File' replaces 'File' and 'Image'

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42019 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ea0e9f55
...@@ -1275,7 +1275,7 @@ class TestCRMMailSend(BaseTestCRM): ...@@ -1275,7 +1275,7 @@ class TestCRMMailSend(BaseTestCRM):
filename = 'sample_attachment.txt' filename = 'sample_attachment.txt'
# txt # txt
document_txt = add_document(filename, document_txt = add_document(filename,
self.portal.person_module['me'], 'File') self.portal.person_module['me'], 'Embedded File')
transaction.commit() transaction.commit()
self.tic() self.tic()
...@@ -1334,7 +1334,7 @@ class TestCRMMailSend(BaseTestCRM): ...@@ -1334,7 +1334,7 @@ class TestCRMMailSend(BaseTestCRM):
# gif # gif
filename = 'sample_attachment.gif' filename = 'sample_attachment.gif'
document_gif = add_document(filename, document_gif = add_document(filename,
self.portal.person_module['me'], 'Image') self.portal.person_module['me'], 'Embedded File')
transaction.commit() transaction.commit()
self.tic() self.tic()
......
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