Commit 86205180 authored by Ivan Tyagov's avatar Ivan Tyagov

Fix correctly test to rflect change in r21310.


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