[FIX] wrong yml test mrp_operations
authorFabien Pinckaers <fp@tinyerp.com>
Thu, 2 Sep 2010 19:29:07 +0000 (21:29 +0200)
committerFabien Pinckaers <fp@tinyerp.com>
Thu, 2 Sep 2010 19:29:07 +0000 (21:29 +0200)
bzr revid: fp@tinyerp.com-20100902192907-gcec0b81vr7nz8fe

addons/mrp_operations/test/mrp_operations.yml

index f5777d4..299269c 100644 (file)
     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}: