From: Ken Youens-Clark Date: Wed, 5 Nov 2003 23:18:04 +0000 (+0000) Subject: Update number of tests. X-Git-Tag: v0.04~23 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4e9ab1d344e9d32a8cd4647ffb585aabec968105;p=dbsrgits%2FSQL-Translator.git Update number of tests. --- diff --git a/t/27sqlite-parser.t b/t/27sqlite-parser.t index db4c40c..1b10e8a 100644 --- a/t/27sqlite-parser.t +++ b/t/27sqlite-parser.t @@ -2,7 +2,7 @@ # vim: set ft=perl: use strict; -use Test::More 'no_plan'; #tests => 180; +use Test::More tests => 5; use FindBin qw/$Bin/; use SQL::Translator;