From: Ash Berlin Date: Mon, 9 Feb 2009 21:21:13 +0000 (+0000) Subject: Fix Win32 test failures X-Git-Tag: v0.08011~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=532c4c4e2e759ccc8161f22e9e7b7aadf9afc812;p=dbsrgits%2FDBIx-Class.git Fix Win32 test failures --- diff --git a/t/81transactions.t b/t/81transactions.t index 9267566..d1ca332 100644 --- a/t/81transactions.t +++ b/t/81transactions.t @@ -226,6 +226,7 @@ my $fail_code = sub { })->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 {