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

(-)a/t/db_dependent/Koha/Biblio.t (-2 / +1 lines)
Lines 437-443 subtest 'pickup_locations' => sub { Link Here
437
437
438
    foreach my $cbranch ('ItemHomeLibrary','PatronLibrary') {
438
    foreach my $cbranch ('ItemHomeLibrary','PatronLibrary') {
439
        my $cache = Koha::Cache::Memory::Lite->get_instance();
439
        my $cache = Koha::Cache::Memory::Lite->get_instance();
440
        $cache->flush();
440
        $cache->flush(); # needed since we change ReservesControlBranch
441
        foreach my $biblio ($biblio1, $biblio2) {
441
        foreach my $biblio ($biblio1, $biblio2) {
442
            foreach my $patron ($patron1, $patron8) {
442
            foreach my $patron ($patron1, $patron8) {
443
                _doTest($cbranch, $biblio, $patron, $results);
443
                _doTest($cbranch, $biblio, $patron, $results);
444
- 

Return to bug 33447