From 2fa1c51e65f0c676c4337bb74f616c24f7edf03e Mon Sep 17 00:00:00 2001 From: Romain Courteaud <romain@nexedi.com> Date: Thu, 27 Sep 2007 15:46:27 +0000 Subject: [PATCH] Add missing getTitle git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@16669 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5Form/tests/testPDFForm.py | 4 ++++ product/ERP5Form/tests/testProxify.py | 3 +++ 2 files changed, 7 insertions(+) diff --git a/product/ERP5Form/tests/testPDFForm.py b/product/ERP5Form/tests/testPDFForm.py index 8862f0460c..f21e62f3c5 100644 --- a/product/ERP5Form/tests/testPDFForm.py +++ b/product/ERP5Form/tests/testPDFForm.py @@ -36,6 +36,10 @@ from Products.ERP5.Document.Document import Document class TestPDFForm(unittest.TestCase): """Tests PDF Form """ + + def getTitle(self): + return "PDF Form" + def setUp(self): """Creates a PDFForm, and a document on which the PDF form is rendered. """ diff --git a/product/ERP5Form/tests/testProxify.py b/product/ERP5Form/tests/testProxify.py index ab456f227e..fb078f2b49 100644 --- a/product/ERP5Form/tests/testProxify.py +++ b/product/ERP5Form/tests/testProxify.py @@ -55,6 +55,9 @@ from Products.ERP5Form.ProxyField import purgeFieldValueCache class TestProxify(unittest.TestCase): + def getTitle(self): + return "Proxify" + def setUp(self): # base field library self.container = Folder('container').__of__(Folder('root')) -- 2.30.9