projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
42caf72
)
Fix Win32 test failures
Ash Berlin [Mon, 9 Feb 2009 21:21:13 +0000 (21:21 +0000)]
t/81transactions.t
patch
|
blob
|
blame
|
history
diff --git
a/t/81transactions.t
b/t/81transactions.t
index
9267566
..
d1ca332
100644
(file)
--- 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
{