bug fixes to make webgui work with the wre demo system
This commit is contained in:
parent
b3eff9623d
commit
a3b9509090
7 changed files with 14 additions and 8 deletions
|
|
@ -187,7 +187,7 @@ sub runTests {
|
|||
my $userAgent = new LWP::UserAgent;
|
||||
$userAgent->agent("Spectre");
|
||||
$userAgent->timeout(30);
|
||||
my $url = "http://".$configs->{$config}->get("sitename")->[0].":".$self->config->get("webguiPort")."/?op=spectreTest";
|
||||
my $url = "http://".$configs->{$config}->get("sitename")->[0].":".$self->config->get("webguiPort").$configs->{$config}->get("gateway")."?op=spectreTest";
|
||||
my $request = new HTTP::Request (GET => $url);
|
||||
my $response = $userAgent->request($request);
|
||||
if ($response->is_error) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue