Commit 58ab1fe2 authored by Jérome Perrin's avatar Jérome Perrin

no need to pass a title, because we don't test it and it's no longer accepted by __init__


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13380 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 08da179c
......@@ -39,7 +39,7 @@ class TestPDFForm(unittest.TestCase):
def setUp(self):
"""Creates a PDFForm, and a document on which the PDF form is rendered.
"""
self.document = Document('doc_id', title='The Document')
self.document = Document('doc_id')
pdf_file = open(os.path.join(os.path.dirname(__file__),
'data', 'test_1.pdf'))
self.pdf_form = PDFForm('test_pdf_form').__of__(self.document)
......
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