/[fuse_dbi]/fuse-couchdb/t/02sqlite.t
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /fuse-couchdb/t/02sqlite.t

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 33 by dpavlin, Mon Nov 15 20:55:10 2004 UTC revision 48 by dpavlin, Wed Nov 24 10:24:07 2004 UTC
# Line 9  use blib; Line 9  use blib;
9    
10  eval "use DBD::SQLite";  eval "use DBD::SQLite";
11  plan skip_all => "DBD::SQLite required for testing" if $@;  plan skip_all => "DBD::SQLite required for testing" if $@;
12  plan tests => 36;  plan tests => 37;
13    
14  use_ok('DBI');  use_ok('DBI');
15  use_ok('Fuse::DBI');  use_ok('Fuse::DBI');
# Line 115  ok($mnt->umount,"umount"); Line 115  ok($mnt->umount,"umount");
115    
116  ok(unlink $test_db,"rm $test_db");  ok(unlink $test_db,"rm $test_db");
117    
118    ok(!-e $test_db,"cleanup");

Legend:
Removed from v.33  
changed lines
  Added in v.48

  ViewVC Help
Powered by ViewVC 1.1.26