From: Sven Schöling Date: Tue, 9 Jan 2018 10:50:28 +0000 (+0100) Subject: tests: update zu "PartPicker kann auch nach EAN suchen" X-Git-Tag: release-3.5.4~517 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=a0a34d07fa394e6f31cc2dddef71150fc1dc09ec;p=kivitendo-erp.git tests: update zu "PartPicker kann auch nach EAN suchen" --- 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%' }, ], ] ],