Apache2-Response-FileMerge
view release on metacpan or search on metacpan
t/.svn/text-base/06-404.t.svn-base view on Meta::CPAN
use strict;
use warnings;
use Apache::Test;
use Apache::TestRequest;
use Apache::TestUtil;
plan tests => 1, \&need_lwp;
my $r = GET('/css/thatonejustainthere.css');
ok( $r->code() == 404 );
use strict;
use warnings;
use Apache::Test;
use Apache::TestRequest;
use Apache::TestUtil;
plan tests => 1, \&need_lwp;
my $r = GET('/css/thatonejustainthere.css');
ok( $r->code() == 404 );
( run in 0.250 second using v1.01-cache-2.11-cpan-4e96b696675 )