From 8240edb690dbf4674d697f23205130ddd2dacde6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sven=20Sch=C3=B6ling?= Date: Wed, 15 May 2013 11:37:36 +0200 Subject: [PATCH] parse_filter.t auf perl5.18 angepasst --- t/controllers/helpers/parse_filter.t | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/t/controllers/helpers/parse_filter.t b/t/controllers/helpers/parse_filter.t index 9d003c045..1bc3a00b8 100644 --- a/t/controllers/helpers/parse_filter.t +++ b/t/controllers/helpers/parse_filter.t @@ -35,10 +35,10 @@ test { name => 'Test', whut => 'moof', }, { - query => [ %{{ + query => bag( name => 'Test', whut => 'moof' - }} ], + ), }, 'basic test'; test { @@ -96,10 +96,10 @@ test { }, }, }, { - 'query' => [ %{{ + 'query' => bag( 'invoice.customer.name' => 'test', 'customer.name' => 'test', - }} ], + ), 'with_objects' => bag( 'invoice.customer', 'customer', 'invoice' ) }, 'object in more than one relationship'; -- 2.39.5