From 0fad45aeefb01055f76ce03db500208fade02059 Mon Sep 17 00:00:00 2001 From: "Jonathan Nemry (ACSONE)" Date: Thu, 28 Jan 2016 18:08:27 +0100 Subject: [PATCH] [CHG] Use common.TransactionCase --- mail_footer_notified_partners/tests/test_mail_notification.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail_footer_notified_partners/tests/test_mail_notification.py b/mail_footer_notified_partners/tests/test_mail_notification.py index c8c5442e..5386ab47 100644 --- a/mail_footer_notified_partners/tests/test_mail_notification.py +++ b/mail_footer_notified_partners/tests/test_mail_notification.py @@ -2,10 +2,10 @@ # © 2016 ACSONE SA/NV # License AGPL-3.0 or later (http://www.gnu.org/licenses/agpl.html). -from anybox.testing.openerp import SharedSetupTransactionCase +import openerp.tests.common as common -class TestMailNotification(SharedSetupTransactionCase): +class TestMailNotification(common.TransactionCase): def setUp(self): super(TestMailNotification, self).setUp()