Apache2-Response-FileMerge

 view release on metacpan or  search on metacpan

t/.svn/text-base/07-stats.t.svn-base  view on Meta::CPAN


use strict;
use warnings;

use Apache::Test;
use Apache::TestRequest;
use Apache::TestUtil;

plan tests => 4, \&need_lwp;

my $r = GET('verify.js');
ok( $r->code() == 200 );
ok( $r->content() !~ /\/\*.*mtime.*\*\//sg );

$r = GET('/stats/stats.js');
ok( $r->code() == 200 );
ok( $r->content() =~ /\/\*.*mtime.*\*\//sg );



( run in 0.485 second using v1.01-cache-2.11-cpan-e1769b4cff6 )