Test corrected

This commit is contained in:
Gervais Naoussi 2015-12-08 18:55:27 +01:00
parent 9dbe6eb31d
commit 72f9a4bc26

View File

@ -20,7 +20,8 @@ class TestDocumentPageShowDiff(common.TransactionCase):
active_ids=[i.id for i in history_pages]
).get_diff())
page.content = 'Test content updated'
page.write({'content': 'Text content updated'})
page.write({'content': 'Text updated'})
history_pages = history_document.search([('page_id', '=', page.id)])