[FIX] tests: mistakenly removed a self argument.

bzr revid: vmt@openerp.com-20120302123535-jxsf49wr4at1ylhh
This commit is contained in:
Vo Minh Thu 2012-03-02 13:35:35 +01:00
parent 0cb86fc58d
commit d2b5a20182
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ class YamlInterpreter(object):
def process_comment(self, node):
return node
def _log_assert_failure(msg, *args):
def _log_assert_failure(self, msg, *args):
self.assertion_report.record_failure()
_logger.error(msg, *args)