X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F08subreq.t;h=37ba9c82d0f25f3552062c1014f96e44a3338e08;hb=f60b44dfd17fd00a5f8b6460e3c2444b6e1c915c;hp=77b3881ac1f8643800fab84a15bc8cd1b7ba3820;hpb=8cc672a2633d61d4c3250f3079d3d22b76344125;p=catagits%2FCatalyst-Plugin-Static-Simple.git diff --git a/t/08subreq.t b/t/08subreq.t index 77b3881..37ba9c8 100644 --- a/t/08subreq.t +++ b/t/08subreq.t @@ -11,12 +11,9 @@ use Catalyst::Test 'TestApp'; SKIP: { - #unless ( TestApp->isa('Catalyst::Plugin::SubRequest') ) { - #skip "Install the SubRequest plugin for these tests", 2; - #} - - # skip this for now, until patched SubRequest is released - skip "Awaiting patched SubRequest release", 2; + unless ( TestApp->isa('Catalyst::Plugin::SubRequest') ) { + skip "Install Catalyst::Plugin::SubRequest >= 0.08 for these tests", 2; + } ok( my $res = request('http://localhost/subtest'), 'Request' ); is( $res->content, 'subtest2 ok', 'SubRequest ok' );