tests: update zu "PartPicker kann auch nach EAN suchen"
authorSven Schöling <s.schoeling@linet-services.de>
Tue, 9 Jan 2018 10:50:28 +0000 (11:50 +0100)
committerSven Schöling <s.schoeling@linet-services.de>
Tue, 9 Jan 2018 10:50:28 +0000 (11:50 +0100)
t/controllers/helpers/parse_filter.t

index 7fab3da..bfccf4e 100644 (file)
@@ -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%' },
       ],
     ]
   ],