--- trunk/t/0-load.t 2008/09/22 15:07:41 1114 +++ trunk/t/0-load.t 2008/09/22 15:09:50 1115 @@ -2,7 +2,7 @@ use strict; -use Test::More tests => 14; +use Test::More tests => 13; use blib; use lib 'lib'; @@ -20,8 +20,8 @@ use_ok( 'WebPAC::Output::TT' ); use_ok( 'WebPAC::Output::MARC' ); use_ok( 'WebPAC::Output::JSON' ); -use_ok( 'WebPAC::Output::KinoSearch' ); -#use_ok( 'WebPAC::Output::Webpacus' ); # needs Jifty which is optional +#use_ok( 'WebPAC::Output::KinoSearch' ); # needs optional KinoSearch +#use_ok( 'WebPAC::Output::Webpacus' ); # needs Jifty which is optional } diag( "Testing WebPAC $WebPAC::VERSION, Perl 5.008007, /usr/bin/perl" );