From 9b74731089fd217a1f2e45688692e92ae26ad8cf Mon Sep 17 00:00:00 2001 From: Fabien Pinckaers Date: Thu, 2 Sep 2010 21:17:12 +0200 Subject: [PATCH] modifs bzr revid: fp@tinyerp.com-20100902191712-gcg31i2r95zmac4u --- addons/mrp/test/mrp_packs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/addons/mrp/test/mrp_packs.yml b/addons/mrp/test/mrp_packs.yml index ca3453f..6b3fbd0 100644 --- a/addons/mrp/test/mrp_packs.yml +++ b/addons/mrp/test/mrp_packs.yml @@ -87,7 +87,7 @@ converted to a picking of 24 beers and a pack of beer, so that my stock of beers remains exact. - - !assert {model: stock.picking, id: picking_out}: + !assert {model: stock.picking, id: picking_out, string:pack_of_beer_splitted}: - len(move_lines) == 2 - move_lines[0].product_id.id <> move_lines[1].product_id.id - move_lines[0].product_id.id in (ref('product_product_beers0'), ref('product_product_beerspack0')) -- 1.7.10.4