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

(-)a/t/db_dependent/Holds.t (-2 / +1 lines)
Lines 517-523 subtest 'Pickup location availability tests' => sub { Link Here
517
    is(CanItemBeReserved($patron, $item->itemnumber, 'nonexistent'),
517
    is(CanItemBeReserved($patron, $item->itemnumber, 'nonexistent'),
518
       'libraryNotFound', 'Cannot set unknown library as pickup location');
518
       'libraryNotFound', 'Cannot set unknown library as pickup location');
519
};
519
};
520
my ( $bibnum, $title, $bibitemnum );
520
521
# Helper method to set up a Biblio.
521
# Helper method to set up a Biblio.
522
sub create_helper_biblio {
522
sub create_helper_biblio {
523
    my $itemtype = shift;
523
    my $itemtype = shift;
524
- 

Return to bug 7614