[Bast-commits] r6573 - DBIx-Class/0.08/branches/mssql_top_fixes/t

frew at dev.catalyst.perl.org frew at dev.catalyst.perl.org
Tue Jun 9 21:55:22 GMT 2009


Author: frew
Date: 2009-06-09 21:55:22 +0000 (Tue, 09 Jun 2009)
New Revision: 6573

Modified:
   DBIx-Class/0.08/branches/mssql_top_fixes/t/746mssql.t
Log:
fix plan

Modified: DBIx-Class/0.08/branches/mssql_top_fixes/t/746mssql.t
===================================================================
--- DBIx-Class/0.08/branches/mssql_top_fixes/t/746mssql.t	2009-06-09 21:49:10 UTC (rev 6572)
+++ DBIx-Class/0.08/branches/mssql_top_fixes/t/746mssql.t	2009-06-09 21:55:22 UTC (rev 6573)
@@ -10,7 +10,7 @@
 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});
 




More information about the Bast-commits mailing list