blob: 4b4d3158404378b011487efd0295dd72802185df (
plain)
1
2
3
4
5
6
7
|
use Apache::TestUtil;
use Apache::TestRequest 'GET_BODY_ASSERT';
my $module = 'TestBasic::Vhost';
my $url = Apache::TestRequest::module2url($module);
t_debug("connecting to $url");
print GET_BODY_ASSERT $url;
|