convert all cleanup methods to addToCleanup
This commit is contained in:
parent
0ef509374f
commit
b832deecd1
86 changed files with 198 additions and 315 deletions
|
|
@ -226,7 +226,7 @@ my $showDebug = $eh->showDebug;
|
|||
####################################################
|
||||
|
||||
my $newSession = WebGUI::Session->open(WebGUI::Test::root, WebGUI::Test::file);
|
||||
WebGUI::Test->sessionsToDelete($newSession);
|
||||
WebGUI::Test->addToCleanup($newSession);
|
||||
my $outputBuffer;
|
||||
open my $outputHandle, '>', \$outputBuffer or die "Unable to create scalar filehandle: $!\n";
|
||||
$newSession->output->setHandle($outputHandle);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue