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=a95f58a807b96127fffa82d9836286c0de8ddb3d;hp=39f5c51a7fc337ee87392c3dd5c4541fd67e2637;hb=10f9ef88e69b504106ed9e5cefa1088ccaf3308d;hpb=53c7cc10e26c965f7502936609c5d1e6a35dc819 diff --git a/t/utf_incoming.t b/t/utf_incoming.t index 39f5c51..a95f58a 100644 --- a/t/utf_incoming.t +++ b/t/utf_incoming.t @@ -409,9 +409,7 @@ use Catalyst::Test 'MyApp'; is $res->content_charset, 'UTF-8'; } -SKIP: { - skip 'skipped: sysread isn\'t allowed on :utf8 handles (starting with 5.029004)', 4 if $] >= '5.029004'; ok my $path = File::Spec->catfile('t', 'utf8.txt'); ok my $req = POST '/root/file_upload', Content_Type => 'form-data', @@ -421,9 +419,7 @@ SKIP: is decode_utf8($res->content), "

This is stream_body_fh action ♥

\n"; } -SKIP: { - skip 'skipped: sysread isn\'t allowed on :utf8 handles (starting with 5.029004)', 5 if $] >= '5.029004'; ok my $path = File::Spec->catfile('t', 'utf8.txt'); ok my $req = POST '/root/file_upload_utf8_param', Content_Type => 'form-data',