diff --git a/product/ERP5OOo/tests/testIngestion.py b/product/ERP5OOo/tests/testIngestion.py index 8db645d1f47a9cbf48f32b73b50db1f8c9462014..0864a9f692f210c55fad4b72454764302dbf146f 100644 --- a/product/ERP5OOo/tests/testIngestion.py +++ b/product/ERP5OOo/tests/testIngestion.py @@ -1443,6 +1443,8 @@ class TestIngestion(ERP5TypeTestCase): my_filename = 'Something.doc' document = contribution_tool.newContent(file=file_object, file_name=my_filename) + transaction.commit() + self.tic() self.assertEquals(document.getSourceReference(), my_filename) # Missing tests