convert all cleanup methods to addToCleanup
This commit is contained in:
parent
0ef509374f
commit
b832deecd1
86 changed files with 198 additions and 315 deletions
|
|
@ -24,7 +24,7 @@ plan tests => 4; # increment this value for each test you create
|
|||
my $session = WebGUI::Test->session;
|
||||
|
||||
my $user = WebGUI::User->new($session, "new");
|
||||
WebGUI::Test->usersToDelete($user);
|
||||
WebGUI::Test->addToCleanup($user);
|
||||
|
||||
$session->user({user => $user});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue