Commit 2fa1c51e authored by Romain Courteaud's avatar Romain Courteaud

Add missing getTitle


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16669 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent db736846
...@@ -36,6 +36,10 @@ from Products.ERP5.Document.Document import Document ...@@ -36,6 +36,10 @@ from Products.ERP5.Document.Document import Document
class TestPDFForm(unittest.TestCase): class TestPDFForm(unittest.TestCase):
"""Tests PDF Form """Tests PDF Form
""" """
def getTitle(self):
return "PDF Form"
def setUp(self): def setUp(self):
"""Creates a PDFForm, and a document on which the PDF form is rendered. """Creates a PDFForm, and a document on which the PDF form is rendered.
""" """
......
...@@ -55,6 +55,9 @@ from Products.ERP5Form.ProxyField import purgeFieldValueCache ...@@ -55,6 +55,9 @@ from Products.ERP5Form.ProxyField import purgeFieldValueCache
class TestProxify(unittest.TestCase): class TestProxify(unittest.TestCase):
def getTitle(self):
return "Proxify"
def setUp(self): def setUp(self):
# base field library # base field library
self.container = Folder('container').__of__(Folder('root')) self.container = Folder('container').__of__(Folder('root'))
......
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