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

(-)a/t/db_dependent/Holds.t (-2 / +1 lines)
Lines 443-449 subtest 'Pickup location availability tests' => sub { Link Here
443
    is(CanItemBeReserved($patron, $item->itemnumber, 'nonexistent'),
443
    is(CanItemBeReserved($patron, $item->itemnumber, 'nonexistent'),
444
       'libraryNotFound', 'Cannot set unknown library as pickup location');
444
       'libraryNotFound', 'Cannot set unknown library as pickup location');
445
};
445
};
446
my ( $bibnum, $title, $bibitemnum );
446
447
# Helper method to set up a Biblio.
447
# Helper method to set up a Biblio.
448
sub create_helper_biblio {
448
sub create_helper_biblio {
449
    my $itemtype = shift;
449
    my $itemtype = shift;
450
- 

Return to bug 7614