From e2a00a6f7d6a1b6e4cba718e67b457554d67fa17 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Thu, 15 Oct 2020 19:37:34 -0300 Subject: [PATCH] Fixed test_bom_cfg_2, now includes the footprint --- tests/test_plot/test_bom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_plot/test_bom.py b/tests/test_plot/test_bom.py index 83248c16..08ab7063 100644 --- a/tests/test_plot/test_bom.py +++ b/tests/test_plot/test_bom.py @@ -66,7 +66,7 @@ def test_bom_cfg_2(): name = os.path.join(BOM_DIR, prj) csv = name+'-bom.csv' ctx.expect_out_file(csv) - ctx.search_in_file(csv, ['R,100,R1', 'R,200,R2']) + ctx.search_in_file(csv, ['R,100 R_0805_2012Metric,R1', 'R,200 R_0805_2012Metric,R2']) ctx.search_not_in_file(csv, ['C,1uF,C1']) ctx.clean_up()