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

(-)a/t/db_dependent/Holds.t (-2 lines)
Lines 661-667 subtest 'CanItemBeReserved / holds_per_day tests' => sub { Link Here
661
    $schema->storage->txn_rollback;
661
    $schema->storage->txn_rollback;
662
};
662
};
663
663
664
665
# Helper method to set up a Biblio.
664
# Helper method to set up a Biblio.
666
sub create_helper_biblio {
665
sub create_helper_biblio {
667
    my $itemtype = shift;
666
    my $itemtype = shift;
668
- 

Return to bug 7614