[IMP] sale: improved yaml test

bzr revid: qdp-launchpad@openerp.com-20120919100710-4g6f3q6vt56z8555
This commit is contained in:
Quentin (OpenERP) 2012-09-19 12:07:10 +02:00
parent 9701f46a98
commit bed75115e6
1 changed files with 5 additions and 0 deletions

View File

@ -44,3 +44,8 @@
Then I click on the Ignore Exception button.
-
!workflow {model: sale.order, action: invoice_corrected, ref: sale_order_8}
-
I check state of order is 'Done'.
-
!assert {model: sale.order, id: sale_order_8, string: Sale order should be in Done state}:
- state == 'done'