From a0a34d07fa394e6f31cc2dddef71150fc1dc09ec Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Tue, 9 Jan 2018 11:50:28 +0100 Subject: [PATCH] tests: update zu "PartPicker kann auch nach EAN suchen" --- t/controllers/helpers/parse_filter.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/controllers/helpers/parse_filter.t b/t/controllers/helpers/parse_filter.t index 7fab3da46..bfccf4eda 100644 --- a/t/controllers/helpers/parse_filter.t +++ b/t/controllers/helpers/parse_filter.t @@ -354,10 +354,12 @@ test { or => [ 'part.partnumber' => { ilike => '%term1%' }, 'part.description' => { ilike => '%term1%' }, + 'part.ean' => { ilike => '%term1%' }, ], or => [ 'part.partnumber' => { ilike => '%term2%' }, 'part.description' => { ilike => '%term2%' }, + 'part.ean' => { ilike => '%term2%' }, ], ] ], -- 2.20.1