X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F19sybase-parser.t;h=3a6e573486fcf9bac4cec97c3f0fd78efbf68e4d;hb=2d691ec135298f8a4523656dc0516dcb7af3e8cd;hp=c705e9ca0f8f62e9054f981f84da74bb1e7e097f;hpb=d730d512788b407083982a30fd3a6b2ab861f76d;p=dbsrgits%2FSQL-Translator.git diff --git a/t/19sybase-parser.t b/t/19sybase-parser.t index c705e9c..3a6e573 100644 --- a/t/19sybase-parser.t +++ b/t/19sybase-parser.t @@ -5,10 +5,15 @@ use strict; use FindBin qw/$Bin/; -use Test::More 'no_plan'; #tests => 1; +use Test::More; +use Test::SQL::Translator qw(maybe_plan); use SQL::Translator; use SQL::Translator::Schema::Constants; -use SQL::Translator::Parser::Sybase qw(parse); + +BEGIN { + maybe_plan(41, 'SQL::Translator::Parser::Sybase'); + SQL::Translator::Parser::Sybase->import('parse'); +} my $file = "$Bin/data/sybase/create.sql";