From: Ken Youens-Clark Date: Wed, 10 Dec 2003 23:13:55 +0000 (+0000) Subject: Fixed number of tests. X-Git-Tag: v0.06~250 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0b383be9d888811bd3de9bfd53f0947312134c44;p=dbsrgits%2FSQL-Translator.git Fixed number of tests. --- diff --git a/t/14postgres-parser.t b/t/14postgres-parser.t index 74c602f..c28eea5 100644 --- a/t/14postgres-parser.t +++ b/t/14postgres-parser.t @@ -1,7 +1,7 @@ #!/usr/bin/perl use strict; -use Test::More 'no_plan'; #tests => 117; +use Test::More tests => 117; use SQL::Translator; use SQL::Translator::Schema::Constants; use SQL::Translator::Parser::PostgreSQL qw(parse);