From: Sven Schöling Date: Wed, 15 May 2013 09:37:36 +0000 (+0200) Subject: parse_filter.t auf perl5.18 angepasst X-Git-Tag: release-3.1.0beta1~415 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/commitdiff_plain/8240edb690dbf4674d697f23205130ddd2dacde6 parse_filter.t auf perl5.18 angepasst --- 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';