X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Flive_component_controller_action_local.t;h=852b11f73688104189f655d6c78a6ebf26f13b8c;hb=fcfe92b170baa438adf1ff92057ac007781d02b4;hp=184a373b65fe1101e8940edf81620241043fe56d;hpb=4526748a7ef8f3989684fea5f44e13b71a1913e6;p=catagits%2FCatalyst-Runtime.git diff --git a/t/aggregate/live_component_controller_action_local.t b/t/aggregate/live_component_controller_action_local.t index 184a373..852b11f 100644 --- a/t/aggregate/live_component_controller_action_local.t +++ b/t/aggregate/live_component_controller_action_local.t @@ -1,5 +1,3 @@ -#!perl - use strict; use warnings; @@ -110,11 +108,11 @@ sub run_tests { } SKIP: - { + { if ( $ENV{CATALYST_SERVER} ) { skip "tests for %2F on remote server", 6; } - + ok( my $response = request('http://localhost/action/local/one/foo%2Fbar'),