X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/12da36a65fe99a935f3d5828ee7bf33d09c1b137..53593baa211863fbf66540cf1bcc36c8fb37257f:/t/controllers/csvimport/parts.t diff --git a/t/controllers/csvimport/parts.t b/t/controllers/csvimport/parts.t index fcb068565..86a3c78ca 100644 --- a/t/controllers/csvimport/parts.t +++ b/t/controllers/csvimport/parts.t @@ -115,7 +115,7 @@ sub test_import { ); #print "profile param type=".$csv_part_import->settings->{parts_type}."\n"; - $csv_part_import->run({test => 0}); + $csv_part_import->run(test => 0); # don't try and save objects that have errors $csv_part_import->save_objects unless scalar @{$csv_part_import->controller->data->[0]->{errors}};