From: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Date: Sun, 29 Sep 2013 20:10:59 +0000 (+0100)
Subject: Fix incorrect module names in conditional plan
X-Git-Tag: v0.011017~10
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d90d858ebd70b4bea49ae93464b84231aa05a908;p=dbsrgits%2FSQL-Translator.git

Fix incorrect module names in conditional plan
---

diff --git a/t/08postgres-to-mysql.t b/t/08postgres-to-mysql.t
index 6db064a..ff365e1 100644
--- 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|