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

(-)a/t/Koha/Script_cron.t (-1 / +2 lines)
Lines 39-44 is_deeply( Link Here
39
        'branch'        => undef,
39
        'branch'        => undef,
40
        'desk_id'       => undef,
40
        'desk_id'       => undef,
41
        'desk_name'     => undef,
41
        'desk_name'     => undef,
42
        'register_id'   => undef,
43
        'register_name' => undef,
42
    },
44
    },
43
    "Context userenv set correctly with -cron"
45
    "Context userenv set correctly with -cron"
44
);
46
);
45
- 

Return to bug 24786