From: Arthur Axel "fREW" Schmidt Date: Tue, 9 Jun 2009 21:55:22 +0000 (+0000) Subject: fix plan X-Git-Tag: v0.08108~12^2~45 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cc2c69c1cf76ca4a1251990d78c3c669dcdc04e7;p=dbsrgits%2FDBIx-Class.git fix plan --- diff --git a/t/746mssql.t b/t/746mssql.t index 09afe64..5989d6e 100644 --- a/t/746mssql.t +++ b/t/746mssql.t @@ -10,7 +10,7 @@ my ($dsn, $user, $pass) = @ENV{map { "DBICTEST_MSSQL_ODBC_${_}" } qw/DSN USER PA plan skip_all => 'Set $ENV{DBICTEST_MSSQL_ODBC_DSN}, _USER and _PASS to run this test' unless ($dsn && $user); -plan tests => 18; +plan tests => 21; my $schema = DBICTest::Schema->connect($dsn, $user, $pass, {AutoCommit => 1});