[FIX] portal: fixed class name and imports.

bzr revid: tde@openerp.com-20121107152158-ze50vqj673nvavib
This commit is contained in:
Thibault Delavallée 2012-11-07 16:21:58 +01:00
parent 48cec81235
commit 2799ba172c
1 changed files with 2 additions and 3 deletions

View File

@ -19,12 +19,11 @@
#
##############################################################################
from openerp.addons.mail.tests import test_mail
from openerp.tools import append_content_to_html
from openerp.addons.mail.tests import test_mail_mockup
from osv.orm import except_orm
class test_portal(test_mail.TestMailMockups):
class test_portal(test_mail_mockup.TestMailMockups):
def setUp(self):
super(test_portal, self).setUp()