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

(-)a/t/db_dependent/Holds.t (-3 / +2 lines)
Lines 472-479 subtest 'Test max_holds per library/patron category' => sub { Link Here
472
472
473
    $rule_branch->max_holds(5);
473
    $rule_branch->max_holds(5);
474
    $rule_branch->update();
474
    $rule_branch->update();
475
    $rule_branch->max_holds(5);
475
    $rule_all->max_holds(5);
476
    $rule_branch->insert();
476
    $rule_all->insert();
477
477
478
    $ret = CanItemBeReserved( $borrowernumbers[0], $itemnumber );
478
    $ret = CanItemBeReserved( $borrowernumbers[0], $itemnumber );
479
    is( $ret, 'OK', 'Patron can place hold with branch/category rule of 5, category rule of 5' );
479
    is( $ret, 'OK', 'Patron can place hold with branch/category rule of 5, category rule of 5' );
480
- 

Return to bug 15524