On Tue, 8 Jan 2002, Rodent of Unusual Size wrote:
 
> That test shouldn't even *run* for 2.0; it should get a 500
> and skip.

it does run (and fails) with 2.0.  i just changed it to require apache
1.x for the moment, which i just realized isn't good enough.  should
probably be something like:

my $config = Apache::Test::config();
plan tests => $testcount, sub {
     have_apache(1) && $config->{httpd_info}->{MODULE_MAGIC_NUMBER} ...
};

Reply via email to