projects
/
dbsrgits/SQL-Translator.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
588a60b
)
Fix incorrect module names in conditional plan
Dagfinn Ilmari Mannsåker [Sun, 29 Sep 2013 20:10:59 +0000 (21:10 +0100)]
t/08postgres-to-mysql.t
patch
|
blob
|
blame
|
history
diff --git
a/t/08postgres-to-mysql.t
b/t/08postgres-to-mysql.t
index
6db064a
..
ff365e1
100644
(file)
--- a/
t/08postgres-to-mysql.t
+++ b/
t/08postgres-to-mysql.t
@@
-9,8
+9,9
@@
use Test::SQL::Translator qw(maybe_plan);
BEGIN {
maybe_plan(1,
- 'SQL::Translator::Parser::MySQL',
- 'SQL::Translator::Producer::PostgreSQL');
+ 'SQL::Translator::Parser::PostgreSQL',
+ 'SQL::Translator::Producer::MySQL',
+ );
}
my $create = q|