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

(-)a/t/Auth_with_shibboleth.t (-2 / +1 lines)
Lines 169-175 subtest "get_login_shib tests" => sub { Link Here
169
    is( $login, "test1234",
169
    is( $login, "test1234",
170
        "good config with debug enabled, attribute value returned" );
170
        "good config with debug enabled, attribute value returned" );
171
171
172
# bad config - with shib_ok implimented, we should never reach this sub with a bad config
172
# bad config - with shib_ok implemented, we should never reach this sub with a bad config
173
};
173
};
174
174
175
## checkpw_shib
175
## checkpw_shib
176
- 

Return to bug 15611