~unifield-team/unifield-wm/us-927

« back to all changes in this revision

Viewing changes to msf_doc_import/test/import_tender.yml

  • Committer: Olivier DOSSMANN
  • Date: 2013-03-22 13:35:49 UTC
  • mto: This revision was merged to the branch mainline in revision 1589.
  • Revision ID: od@tempo-consulting.fr-20130322133549-vnmjtnuysyee7q3e
UF-1894 [MOVE] msf_supply_doc_import to msf_doc_import directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
    from spreadsheet_xml.spreadsheet_xml import SpreadsheetXML
42
42
    # we set the lang to English and take the file to import accordingly
43
43
    lang = 'en_MF'
44
 
    file_path = addons.get_module_resource('msf_supply_doc_import','test','import_files_for_testing', 'tender.xml')
 
44
    file_path = addons.get_module_resource('msf_doc_import','test','import_files_for_testing', 'tender.xml')
45
45
    file = open(file_path, 'r')
46
46
    file64 = base64.b64encode(file.read())
47
47
    vals={'file': file64,