projects
/
dbsrgits/SQL-Translator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b3abc00
)
Fixed number of tests.
Ken Youens-Clark [Wed, 10 Dec 2003 23:13:55 +0000 (23:13 +0000)]
t/14postgres-parser.t
patch
|
blob
|
blame
|
history
diff --git
a/t/14postgres-parser.t
b/t/14postgres-parser.t
index
74c602f
..
c28eea5
100644
(file)
--- 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);