projects
/
dbsrgits/SQL-Translator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5636ed0
)
Added stub test.
Darren Chamberlain [Tue, 8 Apr 2003 12:55:09 +0000 (12:55 +0000)]
t/10excel.t
[new file with mode: 0644]
patch
|
blob
diff --git a/t/10excel.t
b/t/10excel.t
new file mode 100644
(file)
index 0000000..
53d90b6
--- /dev/null
+++ b/
t/10excel.t
@@ -0,0
+1,13
@@
+#!/usr/bin/perl
+# vim: set ft=perl:
+#
+
+use Test::More;
+use SQL::Translator;
+
+plan tests => 1;
+
+# Basic test
+use_ok("SQL::Translator::Parser::Excel");
+
+#my $tr = SQL::Translator->new(parser => "Excel");