blob: b1d163ace98eda43fa1e3525cec1b78071860125 [file] [log] [blame]
use strict;
use warnings FATAL => 'all';
use Apache::Test;
use Apache::TestRequest;
plan tests => 1, need need_lwp, need_auth, 'HTML::HeadParser';
my $location = "/TestCompat__conn_authen";
ok GET_OK $location, username => 'dougm', password => 'foo';