[FIX] account: correct test with valid error message

bzr revid: mat@openerp.com-20131018134058-wpuyqnhb3xtshqs8
This commit is contained in:
Martin Trigaux 2013-10-18 15:40:58 +02:00
parent 10b09c13c7
commit f6bb462172
1 changed files with 2 additions and 2 deletions

View File

@ -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