projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
48fe908
)
fix plan
Arthur Axel "fREW" Schmidt [Tue, 9 Jun 2009 21:55:22 +0000 (21:55 +0000)]
t/746mssql.t
patch
|
blob
|
blame
|
history
diff --git
a/t/746mssql.t
b/t/746mssql.t
index
09afe64
..
5989d6e
100644
(file)
--- 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});