silence warning in errorhandler test
This commit is contained in:
parent
a74b4a5af5
commit
db226238ce
1 changed files with 1 additions and 1 deletions
|
|
@ -234,7 +234,7 @@ my $outputBuffer;
|
||||||
open my $outputHandle, '>', \$outputBuffer or die "Unable to create scalar filehandle: $!\n";
|
open my $outputHandle, '>', \$outputBuffer or die "Unable to create scalar filehandle: $!\n";
|
||||||
$newSession->output->setHandle($outputHandle);
|
$newSession->output->setHandle($outputHandle);
|
||||||
WEBGUI_FATAL: {
|
WEBGUI_FATAL: {
|
||||||
$newSession->log->fatal();
|
$newSession->log->fatal('Bad things are happenning');
|
||||||
}
|
}
|
||||||
ok(1, 'fatal: recovered from fatal okay');
|
ok(1, 'fatal: recovered from fatal okay');
|
||||||
TODO: {
|
TODO: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue