Debug needs an explicit package name for addToCleanup.
This commit is contained in:
parent
19b6f9de12
commit
82bb59d40e
47 changed files with 99 additions and 99 deletions
|
|
@ -33,7 +33,7 @@ my $home = WebGUI::Test->asset;
|
|||
|
||||
my $editor = WebGUI::User->create($session);
|
||||
$editor->addToGroups([4]);
|
||||
addToCleanup($editor);
|
||||
WebGUI::Test->addToCleanup($editor);
|
||||
|
||||
$session->user({userId => 3});
|
||||
my $newPage = $home->addChild({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue