whoops
David Kamholz [Sun, 10 Dec 2006 16:26:59 +0000 (16:26 +0000)]
t/76joins.t

index ad406fe..96836fb 100644 (file)
@@ -16,7 +16,7 @@ BEGIN {
     eval "use DBD::SQLite";
     plan $@
         ? ( skip_all => 'needs DBD::SQLite for testing' )
-        : ( tests => 52 );
+        : ( tests => 53 );
 }
 
 # figure out if we've got a version of sqlite that is older than 3.2.6, in