remove meaningless mysql test that breaks on Win32
Rafael Kitover [Sun, 8 May 2011 16:27:28 +0000 (12:27 -0400)]
t/71mysql.t

index d732e1f..c624913 100644 (file)
@@ -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 $$" });