From 038ebe2e3c90ddba8a5a5f2d70904697eb249952 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Tue, 9 Oct 2012 14:39:03 +1300 Subject: [PATCH] Bug 8890 - C4::Holdsqueue is db dependent --- t/00-load.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/00-load.t b/t/00-load.t index da9008d..80f891c 100644 --- a/t/00-load.t +++ b/t/00-load.t @@ -29,6 +29,7 @@ find({ return if $m =~ /C4::Reports::Guided/; # DB return if $m =~ /C4::Serials/; # DB return if $m =~ /C4::VirtualShelves::Page/; # DB + return if $m =~ /C4::Holdsqueue/; # DB use_ok($m) || BAIL_OUT("***** PROBLEMS LOADING FILE '$m'"); }, }, $lib); -- 1.7.9.5