X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F746sybase.t;h=a3b4d6fb5e0bcf121e7a44638767616285cc9bb3;hb=85aa43a2a0019ce02fa6f868cfd5d9e1e62be981;hp=7a71bd0497b108b1f742e97eebd0a70bf4fc1aa8;hpb=aee988d2051f998d1a0d2a2621ee49f49ce87aa1;p=dbsrgits%2FDBIx-Class.git diff --git a/t/746sybase.t b/t/746sybase.t index 7a71bd0..a3b4d6f 100644 --- a/t/746sybase.t +++ b/t/746sybase.t @@ -312,8 +312,8 @@ SQL local $TODO = 'not supported yet or possibly ever'; SKIP: { - skip 'not testing insert with active cursor unless using insert_txn', 1 - unless $schema->storage->insert_txn; + skip 'not testing insert with active cursor if using unsafe_insert', 1 + if $schema->storage->unsafe_insert; my $artist_rs = $schema->resultset('Artist'); $artist_rs->first;