--- trunk/t/02sqlite.t 2004/11/15 20:55:10 33 +++ trunk/t/02sqlite.t 2004/11/24 10:24:07 48 @@ -9,7 +9,7 @@ eval "use DBD::SQLite"; plan skip_all => "DBD::SQLite required for testing" if $@; -plan tests => 36; +plan tests => 37; use_ok('DBI'); use_ok('Fuse::DBI'); @@ -115,3 +115,4 @@ ok(unlink $test_db,"rm $test_db"); +ok(!-e $test_db,"cleanup");