X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=t%2Faggregate%2Flive_component_controller_args.t;h=5f4364f29445e7b2b35083c39d92f9df8832def8;hp=93b757cb67267452fe66015617f56a3de80ddc92;hb=88e5a8b0c4d28e46b8ba6b6b9567063e57af9063;hpb=081ea9220deb31273cc4e778d6debdb96256beda diff --git a/t/aggregate/live_component_controller_args.t b/t/aggregate/live_component_controller_args.t index 93b757c..5f4364f 100644 --- a/t/aggregate/live_component_controller_args.t +++ b/t/aggregate/live_component_controller_args.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; @@ -62,9 +60,9 @@ sub run_test_for { } else { $path = uri_escape($test); } - + SKIP: - { + { # Skip %2F, ., [, (, and ) tests on real webservers # Both Apache and lighttpd don't seem to like these if ( $ENV{CATALYST_SERVER} && $path =~ /(?:%2F|\.|%5B|\(|\))/ ) { @@ -87,7 +85,7 @@ sub run_test_for { if( $test =~ m{/} ) { $test =~ s{/}{}g; - $path = uri_escape( $test ); + $path = uri_escape( $test ); } ok( $response = request("http://localhost/chained/multi_cap/$path/baz"), "Requested capture for path $path");