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

(-)a/t/Koha/Auth/Permissions.t (-2 / +1 lines)
Lines 59-65 subtest 'normal staff user test' => sub { Link Here
59
      'CAN_user_circulate' => 1,
59
      'CAN_user_circulate' => 1,
60
      'CAN_user_circulate_circulate_remaining_permissions' => 1,
60
      'CAN_user_circulate_circulate_remaining_permissions' => 1,
61
    };
61
    };
62
    is_deeply($authz,$expected,'Expected permissions generated for superlibrarian');
62
    is_deeply($authz,$expected,'Expected permissions generated for normal staff user');
63
};
63
};
64
64
65
subtest 'superlibrarian tests' => sub {
65
subtest 'superlibrarian tests' => sub {
66
- 

Return to bug 31389