From: Rafael Kitover Date: Sun, 8 May 2011 16:27:28 +0000 (-0400) Subject: remove meaningless mysql test that breaks on Win32 X-Git-Tag: v0.08192~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=be6b397297ed9de2ad1f408eb7de2edcc74245d7;p=dbsrgits%2FDBIx-Class.git remove meaningless mysql test that breaks on Win32 --- diff --git a/t/71mysql.t b/t/71mysql.t index d732e1f..c624913 100644 --- 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 $$" });