[FIX] procurement yml test

bzr revid: qdp-launchpad@openerp.com-20130902152310-2cp25k722evo90v4
This commit is contained in:
Quentin (OpenERP) 2013-09-02 17:23:10 +02:00
parent c97d7e0a42
commit 8cf4c8d311
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@
!python {model: procurement.order}: |
self.run_scheduler(cr, uid)
-
I check that procurement order is done
I check that procurement order is in exception, as at first there isn't any suitable rule
-
!python {model: procurement.order}: |
proc_order = self.browse(cr, uid, ref('procurement_order0'), context=context)
assert proc_order.state == 'done'
assert proc_order.state == 'exception'