Fix incorrect whitespace test outside of checkouts
[dbsrgits/DBIx-Class.git] / t / 73oracle_blob.t
index c4ddf9a..d067c2b 100644 (file)
@@ -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);