Bug 10807: (follow-up) exclude C4::Search::History from t/00-load.t
authorGalen Charlton <gmc@esilibrary.com>
Mon, 5 May 2014 21:59:50 +0000 (21:59 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 5 May 2014 21:59:50 +0000 (21:59 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
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);