[FIX] remove loggging for test "test_out_of_range" of "test_impex" module

bzr revid: chs@openerp.com-20120822122123-h3zmh55aw7zwtep4
This commit is contained in:
Christophe Simonis 2012-08-22 14:21:23 +02:00
parent 4eafc023b3
commit d9a869c925
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@ import openerp.modules.registry
import openerp
from openerp.tests import common
from openerp.tools.misc import mute_logger
def ok(n):
""" Successful import of ``n`` records
@ -221,6 +222,7 @@ class test_integer_field(ImporterCase):
-1, -42, -(2**31 - 1), -(2**31), -12345678
], values(self.read()))
@mute_logger('openerp.sql_db')
def test_out_of_range(self):
self.assertEqual(
self.import_(['value'], [[str(2**31)]]),