make pre tags in the error page wrap instead of scroll, while style being pre-ish...
[catagits/Catalyst-Runtime.git] / t / optional_memleak.t
index 3dcfb06..3bc2dba 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 
 use FindBin;
-use lib "$FindBin::Bin/../live/lib";
+use lib "$FindBin::Bin/lib";
 
 use Test::More;
 use Catalyst::Test 'TestApp';
@@ -20,7 +20,7 @@ plan skip_all => 'HTTP::Body >= 0.03 required for this test' if $@;
 
 our $gtop = GTop->new;
 our ( $initial, $final ) = ( 0, 0 ); 
-our $tests = YAML::LoadFile("$FindBin::Bin/stress.yml");
+our $tests = YAML::LoadFile("$FindBin::Bin/optional_stress.yml");
 
 my $total_tests = 0;