Commit f94a9cf4 authored by Jérome Perrin's avatar Jérome Perrin

move PersonSpreadsheetStylesheet in test documents sub folder


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16209 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9473cfdd
......@@ -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
......
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