diff --git a/t/Session/ErrorHandler.t b/t/Session/ErrorHandler.t index c0f5453d3..dfdd3797f 100644 --- a/t/Session/ErrorHandler.t +++ b/t/Session/ErrorHandler.t @@ -226,6 +226,7 @@ my $showDebug = $eh->showDebug; #################################################### my $newSession = WebGUI::Session->open(WebGUI::Test::root, WebGUI::Test::file); +WebGUI::Test->sessionsToDelete($newSession); my $outputBuffer; open my $outputHandle, '>', \$outputBuffer or die "Unable to create scalar filehandle: $!\n"; $newSession->output->setHandle($outputHandle);