X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F27sqlite-parser.t;h=8f1eac5adb300737f3b8b650faa93b8befa7aa94;hb=65e7a0690b343c3704b856325593221c82a6a6f2;hp=db4c40cb271c8aa1e30b2d10d732f4b022fb1d61;hpb=153b2e77e3d34b03c17c97a9bad1ba1b1ebc4340;p=dbsrgits%2FSQL-Translator.git diff --git a/t/27sqlite-parser.t b/t/27sqlite-parser.t index db4c40c..8f1eac5 100644 --- a/t/27sqlite-parser.t +++ b/t/27sqlite-parser.t @@ -2,13 +2,19 @@ # vim: set ft=perl: use strict; -use Test::More 'no_plan'; #tests => 180; +use Test::More; +use Test::SQL::Translator qw(maybe_plan); use FindBin qw/$Bin/; use SQL::Translator; -use SQL::Translator::Parser::SQLite 'parse'; use SQL::Translator::Schema::Constants; +BEGIN { + maybe_plan(5, + 'SQL::Translator::Parser::SQLite'); +} +SQL::Translator::Parser::SQLite->import('parse'); + my $file = "$Bin/data/sqlite/create.sql"; {