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

(-)a/t/db_dependent/www/search_utf8.t (-2 / +1 lines)
Lines 63-69 elsif ( not $opac ) { Link Here
63
   plan skip_all => "Tests skip. You must set env. variable KOHA_OPAC_URL to do tests\n";
63
   plan skip_all => "Tests skip. You must set env. variable KOHA_OPAC_URL to do tests\n";
64
}
64
}
65
else {
65
else {
66
    plan tests => 80;
66
    plan tests => 81;
67
}
67
}
68
68
69
$intranet =~ s#/$##;
69
$intranet =~ s#/$##;
70
- 

Return to bug 38944