X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Futf_incoming.t;h=52939512e3b55d04792024d1a985df295e45548d;hp=8b88a0ef8e635be1ba429db48041afad03668a3d;hb=1e300b1c0ff0917934d63d1435e4ae533dc53e55;hpb=9206d78d3c3c9439fcbc0b9dd79c552beebe5ff5 diff --git a/t/utf_incoming.t b/t/utf_incoming.t index 8b88a0e..5293951 100644 --- a/t/utf_incoming.t +++ b/t/utf_incoming.t @@ -558,10 +558,8 @@ SKIP: { my $res = request $req; is ($res->code, '400', "Invalid get param is 400") or diag Dumper($res->decoded_content); } - } - ## should we use binmode on filehandles to force the encoding...? ## Not sure what else to do with multipart here, if docs are enough...