Commit bd25a35d authored by Yoshinori Okuji's avatar Yoshinori Okuji

Fix property names.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@39276 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 739c3840
......@@ -251,8 +251,8 @@ class TestEgov(ERP5TypeTestCase):
pdf_file_name = 'Certificat_Residence.pdf'
pdf_file_data = makeFileUpload(pdf_file_name)
scribus_file_data = makeFileUpload(scribus_file_name)
procedure.edit(default_scribus_form=scribus_file_data,
default_pdf_form=pdf_file_data)
procedure.edit(scribus_form_file=scribus_file_data,
pdf_form_file=pdf_file_data)
self.tic()
transaction.commit()
self.tic()
......
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