Bug 12495 - Include streetnumber in hold alert address
[koha_fer] / t / 00-load.t
index b786a05..e372e90 100644 (file)
@@ -29,6 +29,7 @@ find({
         return if $m =~ /C4::VirtualShelves::Page/; # DB
         return if $m =~ /C4::Members::Statistics/; # DB
         return if $m =~ /C4::Serials/; # needs context
+        return if $m =~ /C4::Search::History/; # needs context
         use_ok($m) || BAIL_OUT("***** PROBLEMS LOADING FILE '$m'");
     },
 }, $lib);