[FIX] website_blog: tests: fixed class name for tests, importing class that does not exist anymore in trunk (was changed)

bzr revid: tde@openerp.com-20131011080512-0yijt0ppy7fpq5sn
This commit is contained in:
Thibault Delavallée 2013-10-11 10:05:12 +02:00
parent d4ad05eb83
commit 1358d5da3c
1 changed files with 2 additions and 2 deletions

View File

@ -19,11 +19,11 @@
#
##############################################################################
from openerp.addons.mail.tests.test_mail_base import TestMailBase
from openerp.addons.mail.tests.common import TestMail
from openerp.tools import mute_logger, email_split
class TestControllers(TestMailBase):
class TestControllers(TestMail):
def test_00(self):
cr, uid = self.cr, self.uid