View | Details | Raw Unified | Return to bug 29914
Collapse All | Expand All

(-)a/t/db_dependent/Auth.t (-1 / +2 lines)
Lines 461-466 subtest 'check_cookie_auth' => sub { Link Here
461
    $cgi->mock( 'cookie', sub { return; } );
461
    $cgi->mock( 'cookie', sub { return; } );
462
    $cgi->mock( 'request_method', sub { return 'POST' } );
462
    $cgi->mock( 'request_method', sub { return 'POST' } );
463
463
464
    $ENV{REMOTE_ADDR} = '127.0.0.1';
465
464
    # Setting authnotrequired=1 or we wont' hit the return but the end of the sub that prints headers
466
    # Setting authnotrequired=1 or we wont' hit the return but the end of the sub that prints headers
465
    my ( $userid, $cookie, $sessionID, $flags ) = C4::Auth::checkauth( $cgi, 1 );
467
    my ( $userid, $cookie, $sessionID, $flags ) = C4::Auth::checkauth( $cgi, 1 );
466
468
467
- 

Return to bug 29914