X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F98savepoints.t;h=45fe577f187d240e49321316ddbc586b9c4f9f89;hb=f05edfd131226876096103089d62a775dd3c99ba;hp=4ca9a95625ae2f96f747ac0670ed06a851f6c3c3;hpb=02f4c550ac5977d592c7bd40b5fc3e065a664f6e;p=dbsrgits%2FDBIx-Class.git diff --git a/t/98savepoints.t b/t/98savepoints.t index 4ca9a95..45fe577 100644 --- a/t/98savepoints.t +++ b/t/98savepoints.t @@ -2,9 +2,6 @@ use strict; use warnings; use Test::More; -use lib qw(t/lib); -use DBICTest; -use DBICTest::Stats; my ($create_sql, $dsn, $user, $pass); @@ -20,6 +17,10 @@ if ($ENV{DBICTEST_PG_DSN}) { plan skip_all => 'Set DBICTEST_(PG|MYSQL)_DSN _USER and _PASS if you want to run savepoint tests'; } +use lib qw(t/lib); +use DBICTest; +use DBICTest::Stats; + plan tests => 16; my $schema = DBICTest::Schema->connect ($dsn,$user,$pass,{ auto_savepoint => 1 });