From 1c2598aeac397399e015f5c1a83ab036a98e3938 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 17 Oct 2006 16:21:31 +0000 Subject: [PATCH] Add Search::DBDate, which provokes failure in the LC server. --- lib/ZOOM/IRSpy/Test/Quick.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ZOOM/IRSpy/Test/Quick.pm b/lib/ZOOM/IRSpy/Test/Quick.pm index 4c8e70c..f4c5551 100644 --- a/lib/ZOOM/IRSpy/Test/Quick.pm +++ b/lib/ZOOM/IRSpy/Test/Quick.pm @@ -1,4 +1,4 @@ -# $Id: Quick.pm,v 1.1 2006-10-13 15:16:29 mike Exp $ +# $Id: Quick.pm,v 1.2 2006-10-17 16:21:31 mike Exp $ package ZOOM::IRSpy::Test::Quick; @@ -9,7 +9,7 @@ use warnings; use ZOOM::IRSpy::Test; our @ISA = qw(ZOOM::IRSpy::Test); -sub subtests { qw(Ping Search::Title) } +sub subtests { qw(Ping Search::DBDate Search::Title) } sub start { my $class = shift(); -- 1.7.10.4