From d67d284e003c28a56ab4c2e23731158001d24f78 Mon Sep 17 00:00:00 2001 From: Fabien Pinckaers Date: Thu, 2 Sep 2010 21:29:07 +0200 Subject: [PATCH] [FIX] wrong yml test mrp_operations bzr revid: fp@tinyerp.com-20100902192907-gcec0b81vr7nz8fe --- addons/mrp_operations/test/mrp_operations.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/addons/mrp_operations/test/mrp_operations.yml b/addons/mrp_operations/test/mrp_operations.yml index f5777d4..299269c 100644 --- a/addons/mrp_operations/test/mrp_operations.yml +++ b/addons/mrp_operations/test/mrp_operations.yml @@ -34,13 +34,6 @@ order_id = self.search(cr, uid, [('production_id','=', ref('mrp_production_mo0')),('state','=','draft')]) assert order_id, _('No Work order!') - - I am checking Procurement orders. -- - !python {model: procurement.order}: | - from tools.translate import _ - proc_ids = self.search(cr, uid, [('state','=','confirmed')]) - assert proc_ids, _('No Procurements!') -- The scheduler runs. - !function {model: procurement.order, name: run_scheduler}: -- 1.7.10.4