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

(-)a/t/Koha/Script.t (-1 / +3 lines)
Lines 39-45 is_deeply( Link Here
39
        'emailaddress'  => undef,
39
        'emailaddress'  => undef,
40
        'number'        => undef,
40
        'number'        => undef,
41
        'shibboleth'    => undef,
41
        'shibboleth'    => undef,
42
        'branch'        => undef
42
        'branch'        => undef,
43
        'desk_id'       => undef,
44
        'desk_name'     => undef,
43
    },
45
    },
44
    "Context userenv set correctly with no flags"
46
    "Context userenv set correctly with no flags"
45
);
47
);
(-)a/t/Koha/Script_cron.t (-2 / +3 lines)
Lines 36-42 is_deeply( Link Here
36
        'emailaddress'  => undef,
36
        'emailaddress'  => undef,
37
        'number'        => undef,
37
        'number'        => undef,
38
        'shibboleth'    => undef,
38
        'shibboleth'    => undef,
39
        'branch'        => undef
39
        'branch'        => undef,
40
        'desk_id'       => undef,
41
        'desk_name'     => undef,
40
    },
42
    },
41
    "Context userenv set correctly with -cron"
43
    "Context userenv set correctly with -cron"
42
);
44
);
43
- 

Return to bug 24201