diff --git a/product/ERP5OOo/tests/testOOoBatchMode.py b/product/ERP5OOo/tests/testOOoBatchMode.py index 9e042a275373204dd24272241194d99e69d3090f..9dfcf68bc359a44f0d7cff85ae80cfe67dd2bd1b 100644 --- a/product/ERP5OOo/tests/testOOoBatchMode.py +++ b/product/ERP5OOo/tests/testOOoBatchMode.py @@ -55,7 +55,8 @@ class TestOoodResponse(ERP5TypeTestCase): self.login() portal_skins = self.getSkinsTool() import_file_path = os.path.join(os.path.dirname(__file__), - 'PersonSpreadsheetStylesheet') + 'test_document', + 'PersonSpreadsheetStylesheet.ods') import_file = open(import_file_path, 'rb') custom = portal_skins.custom addStyleSheet = custom.manage_addProduct['OFSP'].manage_addFile diff --git a/product/ERP5OOo/tests/PersonSpreadsheetStylesheet b/product/ERP5OOo/tests/test_document/PersonSpreadsheetStylesheet.ods similarity index 100% rename from product/ERP5OOo/tests/PersonSpreadsheetStylesheet rename to product/ERP5OOo/tests/test_document/PersonSpreadsheetStylesheet.ods