From: David Kamholz Date: Sun, 10 Dec 2006 16:26:59 +0000 (+0000) Subject: whoops X-Git-Tag: v0.08010~206 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=705a9709c68c794107bdb7546d82d0cc2a312e35;p=dbsrgits%2FDBIx-Class.git whoops --- diff --git a/t/76joins.t b/t/76joins.t index ad406fe..96836fb 100644 --- a/t/76joins.t +++ b/t/76joins.t @@ -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