From f6bb46217271433b07bfb7ba4d21c0df9efd2aea Mon Sep 17 00:00:00 2001 From: Martin Trigaux Date: Fri, 18 Oct 2013 15:40:58 +0200 Subject: [PATCH] [FIX] account: correct test with valid error message bzr revid: mat@openerp.com-20131018134058-wpuyqnhb3xtshqs8 --- addons/account/test/account_fiscalyear_close.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/account/test/account_fiscalyear_close.yml b/addons/account/test/account_fiscalyear_close.yml index a0516a3a6ee..92e2cfff7d6 100644 --- a/addons/account/test/account_fiscalyear_close.yml +++ b/addons/account/test/account_fiscalyear_close.yml @@ -78,5 +78,5 @@ - I check that the past accounts are taken into account in partner credit - - !assert {model: res.partner, id: base.res_partner_2}: - - credit == 15.0, "Total Receivable does not takes unreconciled previous moves" + !assert {model: res.partner, id: base.res_partner_2, string: Total Receivable does not takes unreconciled previous moves}: + - credit == 15.0