Commit 049abb1d authored by Yusei Tahara's avatar Yusei Tahara

Don't hide a possibility of bug.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@18308 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 8346cd9b
......@@ -662,8 +662,7 @@ class TestIngestion(ERP5TypeTestCase):
kw = dict(title='another title',
subject='another subject',
description='another description')
context.updateBaseMetadata(**kw)
# context.edit(**kw) - this works from UI but not from here - is there a problem somewhere?
context.edit(**kw)
context.reindexObject(); get_transaction().commit();
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