Batch of test cleaups for leaking objects.
This commit is contained in:
parent
28e4f9f245
commit
73261e4651
6 changed files with 7 additions and 8 deletions
|
|
@ -41,7 +41,7 @@ my $cs = $root->addChild({
|
|||
});
|
||||
my $tag = WebGUI::VersionTag->getWorking($session);
|
||||
$tag->commit;
|
||||
WebGUI::Test->addToCleanup($tag, $subscriberGroup, $betterGroup, $oldUser, $betterUser, $otherUser);
|
||||
WebGUI::Test->addToCleanup($tag, $oldGroup, $subscriberGroup, $betterGroup, $oldUser, $betterUser, $otherUser);
|
||||
|
||||
$subscriberGroup->addUsers([$oldUser->getId, $betterUser->getId, ]);
|
||||
$betterGroup->addUsers([$betterUser->getId, ]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue