From: Rafael Kitover Date: Wed, 25 May 2011 22:01:20 +0000 (-0400) Subject: The test is designed to work with blob-updates only, remove plain values X-Git-Tag: v0.08193~24 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7077c96d00d2b539de5943ad18d3e9724af80199;p=dbsrgits%2FDBIx-Class.git The test is designed to work with blob-updates only, remove plain values --- diff --git a/t/746sybase.t b/t/746sybase.t index 4bcc6dd..8cf7e14 100644 --- a/t/746sybase.t +++ b/t/746sybase.t @@ -439,16 +439,12 @@ SQL lives_ok { $rs->populate([ { - bytea => 1, blob => $binstr{large}, clob => $new_str, - a_memo => 2, }, { - bytea => 1, blob => $binstr{large}, clob => $new_str, - a_memo => 2, }, ]); } 'insert_bulk with blobs does not die';