projects
/
dbsrgits/SQL-Translator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
b62d8c3
)
Added test number.
Ken Youens-Clark [Tue, 19 Aug 2003 21:10:39 +0000 (21:10 +0000)]
t/19sybase-parser.t
patch
|
blob
|
blame
|
history
diff --git
a/t/19sybase-parser.t
b/t/19sybase-parser.t
index
c705e9c
..
0324b1f
100644
(file)
--- a/
t/19sybase-parser.t
+++ b/
t/19sybase-parser.t
@@
-5,7
+5,7
@@
use strict;
use FindBin qw/$Bin/;
-use Test::More 'no_plan'; #tests => 1;
+use Test::More tests => 41;
use SQL::Translator;
use SQL::Translator::Schema::Constants;
use SQL::Translator::Parser::Sybase qw(parse);