X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Funicode_plugin_charset_utf8.t;h=4c7c0c6d705b5d071c068c26d648f9a35689d6f8;hp=81ba9f7650da713e97c2ee3fd8e8a20af32338a0;hb=0d6aa1613af382e0c68056d37444eaa377edfa96;hpb=1bef5f599dd1a07e3693ea84fe805a31efa08142 diff --git a/t/unicode_plugin_charset_utf8.t b/t/unicode_plugin_charset_utf8.t index 81ba9f7..4c7c0c6 100644 --- a/t/unicode_plugin_charset_utf8.t +++ b/t/unicode_plugin_charset_utf8.t @@ -6,7 +6,7 @@ use lib "$Bin/lib"; use Data::Dumper; BEGIN { - $ENV{TESTAPP_ENCODING} = 'UTF-8'; + # $ENV{TESTAPP_ENCODING} = 'UTF-8'; # This is now default $ENV{TESTAPP_DEBUG} = 0; $ENV{CATALYST_DEBUG} = 0; } @@ -27,6 +27,6 @@ is scalar(@TestLogger::LOGS), 1 or diag Dumper(\@TestLogger::LOGS); like $TestLogger::LOGS[0], qr/content type is 'iso-8859-1'/; -like $TestLogger::ELOGS[0], qr/Unicode::Encoding plugin/; +#like $TestLogger::ELOGS[0], qr/Unicode::Encoding plugin/; #no longer a plugin done_testing;