projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
710e8c8
)
remove meaningless mysql test that breaks on Win32
Rafael Kitover [Sun, 8 May 2011 16:27:28 +0000 (12:27 -0400)]
t/71mysql.t
patch
|
blob
|
blame
|
history
diff --git
a/t/71mysql.t
b/t/71mysql.t
index
d732e1f
..
c624913
100644
(file)
--- a/
t/71mysql.t
+++ b/
t/71mysql.t
@@
-401,8
+401,6
@@
ZEROINSEARCH: {
Test::More->builder->plan('no_plan');
Test::More->builder->_indent(' ' x 4);
- ok ($orig_dbh, 'Now dead $dbh is still there for the child');
-
# try to do something dbic-esque
$rs->create({ name => "Hardcore Forker $$" });