projects
/
dbsrgits/SQL-Translator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
beb8e23
)
Update number of tests.
Ken Youens-Clark [Wed, 5 Nov 2003 23:18:04 +0000 (23:18 +0000)]
t/27sqlite-parser.t
patch
|
blob
|
blame
|
history
diff --git
a/t/27sqlite-parser.t
b/t/27sqlite-parser.t
index
db4c40c
..
1b10e8a
100644
(file)
--- 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;