X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Faggregate%2Flive_component_controller_action_streaming.t;fp=t%2Flive_component_controller_action_streaming.t;h=156956b367fbeebfa2d56a8bf314c826facb08a7;hb=ae29b412955743885e80350085167b54b69672da;hp=6f1e48cb832de0266b7b9ccb88073c4840d9b9b9;hpb=e16a6c4e6c4d49e73b5286b3186616af14f3f554;p=catagits%2FCatalyst-Runtime.git diff --git a/t/live_component_controller_action_streaming.t b/t/aggregate/live_component_controller_action_streaming.t similarity index 93% rename from t/live_component_controller_action_streaming.t rename to t/aggregate/live_component_controller_action_streaming.t index 6f1e48c..156956b 100644 --- a/t/live_component_controller_action_streaming.t +++ b/t/aggregate/live_component_controller_action_streaming.t @@ -4,7 +4,7 @@ use strict; use warnings; use FindBin; -use lib "$FindBin::Bin/lib"; +use lib "$FindBin::Bin/../lib"; our $iters; @@ -54,7 +54,7 @@ EOF skip "Using remote server", 5; } - my $file = "$FindBin::Bin/lib/TestApp/Controller/Action/Streaming.pm"; + my $file = "$FindBin::Bin/../lib/TestApp/Controller/Action/Streaming.pm"; my $fh = IO::File->new( $file, 'r' ); my $buffer; if ( defined $fh ) {