From: Dobrica Pavlinusic Date: Tue, 28 Jul 2009 12:43:00 +0000 (+0000) Subject: Estraier is optional, so don't test it here X-Git-Url: http://git.rot13.org/?p=webpac2;a=commitdiff_plain;h=919fc39cb7fab3aa7e18eeb01ba3954bb3b7ab67;hp=3e2e5e0538a0b48c731d2d7f1358fea89c03f9b2 Estraier is optional, so don't test it here git-svn-id: svn+ssh://mjesec/home/dpavlin/svn/webpac2/trunk@1257 07558da8-63fa-0310-ba24-9fe276d99e06 --- diff --git a/t/0-load.t b/t/0-load.t index a253b36..d0db9f3 100755 --- a/t/0-load.t +++ b/t/0-load.t @@ -2,7 +2,7 @@ use strict; -use Test::More tests => 13; +use Test::More tests => 12; use lib 'lib'; use lib 'lib'; @@ -16,7 +16,7 @@ use_ok( 'WebPAC::Parser' ); use_ok( 'WebPAC::Normalize' ); use_ok( 'WebPAC::Normalize::MARC' ); use_ok( 'WebPAC::Output' ); -use_ok( 'WebPAC::Output::Estraier' ); +#use_ok( 'WebPAC::Output::Estraier' ); use_ok( 'WebPAC::Output::TT' ); use_ok( 'WebPAC::Output::MARC' ); use_ok( 'WebPAC::Output::JSON' );