[Bast-commits] r5433 - DBIx-Class/0.08/branches/stopgap/t

ash at dev.catalyst.perl.org ash at dev.catalyst.perl.org
Mon Feb 9 21:21:13 GMT 2009


Author: ash
Date: 2009-02-09 21:21:13 +0000 (Mon, 09 Feb 2009)
New Revision: 5433

Modified:
   DBIx-Class/0.08/branches/stopgap/t/81transactions.t
Log:
Fix Win32 test failures

Modified: DBIx-Class/0.08/branches/stopgap/t/81transactions.t
===================================================================
--- DBIx-Class/0.08/branches/stopgap/t/81transactions.t	2009-02-09 20:29:03 UTC (rev 5432)
+++ DBIx-Class/0.08/branches/stopgap/t/81transactions.t	2009-02-09 21:21:13 UTC (rev 5433)
@@ -226,6 +226,7 @@
   })->first;
   ok(!defined($cd), q{failed txn_do didn't add failed txn's cd});
 }
+undef $schema;
 
 # Grab a new schema to test txn before connect
 {




More information about the Bast-commits mailing list