Cleanup the hidden asset directly, since it's not created in a version tag.
This commit is contained in:
parent
a8fcce617a
commit
0e93c3376e
1 changed files with 1 additions and 3 deletions
|
|
@ -46,9 +46,7 @@ my $hiddenPage = WebGUI::Asset->getDefault($session)->addChild({
|
|||
title => 'seekrit hidden page',
|
||||
url => 'hidden_page',
|
||||
});
|
||||
my $versionTag = WebGUI::VersionTag->getWorking($session);
|
||||
$versionTag->commit;
|
||||
addToCleanup($versionTag);
|
||||
WebGUI::Test->addToCleanup($hiddenPage);
|
||||
|
||||
$output = WebGUI::Content::SiteIndex::handler($session);
|
||||
$xmlData = XMLin($output,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue