X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F73oracle_blob.t;h=d067c2b6143cac3c359976ad85075b7ddb7fd705;hb=82c5f9168e30bc9dc7b681058298bb342582c5ec;hp=c4ddf9aab16f5aa709078fced610937cb3529621;hpb=74113bd1f2506a481f7938d8f55ecbde5d742c6e;p=dbsrgits%2FDBIx-Class.git diff --git a/t/73oracle_blob.t b/t/73oracle_blob.t index c4ddf9a..d067c2b 100644 --- a/t/73oracle_blob.t +++ b/t/73oracle_blob.t @@ -1,3 +1,4 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } use DBIx::Class::Optional::Dependencies -skip_all_without => 'test_rdbms_oracle'; use strict; @@ -5,11 +6,8 @@ use warnings; use Test::Exception; use Test::More; -use Sub::Name; use Try::Tiny; -use lib qw(t/lib); - use DBICTest::Schema::BindType; BEGIN { DBICTest::Schema::BindType->add_columns( @@ -126,7 +124,7 @@ SKIP: { { blob => "blob:$str", clob => "clob:$str" }, { from => \ "(SELECT * FROM ${q}bindtype_test${q} WHERE ${q}id${q} != ?) ${q}me${q}", - bind => [ [ undef => 12345678 ] ], + bind => [ [ {} => 12345678 ] ], } )->get_column('id')->as_query);