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=d21137d96b35c4aa1bf3db80c423da3b6ef5fa14;hb=6c217fb3c36a6e0ac4ef82b839ee3d5ed924e2e5;hpb=b114ef4764de1bc4f492ba9832b3bae3eba2e17c diff --git a/t/utf_incoming.t b/t/utf_incoming.t index d21137d..a95f58a 100644 --- a/t/utf_incoming.t +++ b/t/utf_incoming.t @@ -234,7 +234,7 @@ use Scalar::Util (); package MyApp; use Catalyst; - Test::More::ok(MyApp->setup, 'setup app'); + Test::More::ok(MyApp->setup('-Log=fatal'), 'setup app'); } ok my $psgi = MyApp->psgi_app, 'build psgi app'; @@ -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',