Commit a106d2f3 authored by Jérome Perrin's avatar Jérome Perrin

inherit from PropertySheetTestCase


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34669 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 3aacd3c4
......@@ -36,7 +36,7 @@ from AccessControl.SecurityManagement import getSecurityManager
from zExceptions import Unauthorized
from DateTime import DateTime
from Products.ERP5Type.tests.ERP5TypeTestCase import ERP5TypeTestCase
from Products.ERP5Type.tests.testERP5Type import PropertySheetTestCase
from Products.ERP5Form.Document.Preference import Priority
from Products.ERP5.PropertySheet.HtmlStylePreference import HtmlStylePreference
......@@ -45,7 +45,7 @@ default_large_image_height, = [pref.get('default')
if pref['id'] == 'preferred_large_image_height']
class TestPreferences(ERP5TypeTestCase):
class TestPreferences(PropertySheetTestCase):
def getTitle(self):
return "Portal Preferences"
......
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