fix tests to remove dependency on jsFind (and I souldn't copy tests between
authorDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 23 Nov 2004 11:03:24 +0000 (11:03 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Tue, 23 Nov 2004 11:03:24 +0000 (11:03 +0000)
my modules anyway :-)

git-svn-id: svn://svn.rot13.org/fuse_dbi/trunk@41 17f4e80c-d0e0-0310-8903-bfc3ae804c12

t/01load.t
t/99pod.t

index 85e5f18..8f8bd0b 100755 (executable)
@@ -6,5 +6,5 @@ use warnings;
 use Test::More tests => 1;
 use blib;
 
 use Test::More tests => 1;
 use blib;
 
-use_ok('jsFind');
+use_ok('Fuse::DBI');
 
 
index 7f8e143..b0b4ea8 100755 (executable)
--- a/t/99pod.t
+++ b/t/99pod.t
@@ -5,7 +5,7 @@ use warnings;
 
 use Test::Pod tests => 1;
 
 
 use Test::Pod tests => 1;
 
-use jsFind;
+use Fuse::DBI;
 
 
-pod_file_ok($INC{"jsFind.pm"});
+pod_file_ok($INC{"Fuse::DBI"});