From ce6e47777c54874882f3d0d6a792e2703f17416b Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Tue, 23 Nov 2004 11:03:24 +0000 Subject: [PATCH] fix tests to remove dependency on jsFind (and I souldn't copy tests between my modules anyway :-) git-svn-id: svn://svn.rot13.org/fuse_dbi/trunk@41 17f4e80c-d0e0-0310-8903-bfc3ae804c12 --- t/01load.t | 2 +- t/99pod.t | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/t/01load.t b/t/01load.t index 85e5f18..8f8bd0b 100755 --- a/t/01load.t +++ b/t/01load.t @@ -6,5 +6,5 @@ use warnings; use Test::More tests => 1; use blib; -use_ok('jsFind'); +use_ok('Fuse::DBI'); diff --git a/t/99pod.t b/t/99pod.t index 7f8e143..b0b4ea8 100755 --- a/t/99pod.t +++ b/t/99pod.t @@ -5,7 +5,7 @@ use warnings; use Test::Pod tests => 1; -use jsFind; +use Fuse::DBI; -pod_file_ok($INC{"jsFind.pm"}); +pod_file_ok($INC{"Fuse::DBI"}); -- 2.20.1