Commit 2fe377d0 authored by Ivan Tyagov's avatar Ivan Tyagov

Adjust test to match changes in revision 13662.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14985 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e1e1917d
......@@ -624,7 +624,7 @@ class TestIngestion(ERP5TypeTestCase):
# short_title from content
self.assertEquals(context.getShortTitle(), 'short')
# title from metadata inside the document
self.assertEquals(context.getTitle(), 'title')
self.assertEquals(context.getTitle(), 'TEST-en-002')
# contributors from user
self.assertEquals(context.getContributor(), 'person_module/john')
......
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