change ErrorHandler to Log
This commit is contained in:
parent
d11cd6f4f7
commit
199c4e4960
90 changed files with 311 additions and 311 deletions
|
|
@ -96,7 +96,7 @@ test_psgi $fatal_app, sub {
|
|||
test_psgi $fatal_app, sub {
|
||||
my $cb = shift;
|
||||
|
||||
local *WebGUI::Session::ErrorHandler::canShowDebug = sub {1};
|
||||
local *WebGUI::Session::Log::canShowDebug = sub {1};
|
||||
my $res = $cb->( GET "/" );
|
||||
is $res->code, 500, 'generic dead app, debug, status code';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue