removing first parameter from WebGUI::Session->open and other cleanups
This commit is contained in:
parent
29df110409
commit
a141de0ebf
39 changed files with 150 additions and 291 deletions
2
t/User.t
2
t/User.t
|
|
@ -80,7 +80,7 @@ is($user->status, "Selfdestructed", 'status("Selfdestructed")');
|
|||
|
||||
|
||||
# Deactivation user deletes all sessions and scratches
|
||||
my $newSession = WebGUI::Session->open( WebGUI::Test->root, WebGUI::Test->file );
|
||||
my $newSession = WebGUI::Session->open( WebGUI::Test->file );
|
||||
$newSession->user({ user => $user });
|
||||
$newSession->scratch->set("hasStapler" => "no");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue