[FIX] blog remove empty test

bzr revid: al@openerp.com-20140127185452-0gbhiv1khzyoe6qr
This commit is contained in:
Antony Lesuisse 2014-01-27 19:54:52 +01:00
parent 289074e0c8
commit 60dc25a5fb
2 changed files with 0 additions and 35 deletions

View File

@ -19,12 +19,6 @@
#
##############################################################################
import test_controllers
import test_ui
checks = [
test_controllers,
]
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

View File

@ -1,29 +0,0 @@
# -*- coding: utf-8 -*-
##############################################################################
#
# OpenERP, Open Source Management Solution
# Copyright (C) 2013-Today OpenERP SA (<http://www.openerp.com>).
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as
# published by the Free Software Foundation, either version 3 of the
# License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
from openerp.addons.mail.tests.common import TestMail
from openerp.tools import mute_logger, email_split
class TestControllers(TestMail):
def test_00(self):
cr, uid = self.cr, self.uid