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

(-)a/t/db_dependent/Filter_MARC_OpacHiddenItems.t (-2 / +1 lines)
Lines 43-49 $dbh->{RaiseError} = 1; Link Here
43
43
44
sub run_hiding_tests {
44
sub run_hiding_tests {
45
45
46
    my $cache = Koha::Cache->get_instance();
46
    my $cache = Koha::Cache->new();
47
    $cache->flush_all();    # easy way to ensure DB is queried again.
47
    $cache->flush_all();    # easy way to ensure DB is queried again.
48
48
49
    my $processor = Koha::RecordProcessor->new(
49
    my $processor = Koha::RecordProcessor->new(
50
- 

Return to bug 16335