From bd4395235c384f0a44248874449bf8d75f07cc5b Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 5 May 2014 21:59:50 +0000 Subject: [PATCH] Bug 10807: (follow-up) exclude C4::Search::History from t/00-load.t Signed-off-by: Galen Charlton --- t/00-load.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/00-load.t b/t/00-load.t index b786a05603..e372e90b6d 100644 --- a/t/00-load.t +++ b/t/00-load.t @@ -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); -- 2.39.2