lots of test fixes
This commit is contained in:
parent
0d311117e2
commit
30657d61f7
21 changed files with 75 additions and 87 deletions
|
|
@ -28,7 +28,7 @@ my $session = WebGUI::Test->session;
|
|||
my $output = WebGUI::Content::SiteIndex::handler($session);
|
||||
is $output, undef, 'no content returned unless sitemap.xml is requested';
|
||||
|
||||
$session->request->uri('/sitemap.xml');
|
||||
$session->request->env->{PATH_INFO} = '/sitemap.xml';
|
||||
$output = WebGUI::Content::SiteIndex::handler($session);
|
||||
my $xmlData = XMLin($output,
|
||||
KeepRoot => 1,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue