Fixed number of tests.
Ken Youens-Clark [Wed, 10 Dec 2003 23:13:55 +0000 (23:13 +0000)]
t/14postgres-parser.t

index 74c602f..c28eea5 100644 (file)
@@ -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);