X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F96file_column.t;h=d32e37342c4340e8ef5e376b1e056b95b3c5034c;hb=1bc193ac4c3bb934d1877e49bf7c465fc82815d6;hp=477386192832fe5e891ff0224ba88ecfca7200b0;hpb=28d4067a8514340167194b3397931a6cdb93be26;p=dbsrgits%2FDBIx-Class.git diff --git a/t/96file_column.t b/t/96file_column.t index 4773861..d32e373 100644 --- a/t/96file_column.t +++ b/t/96file_column.t @@ -12,4 +12,4 @@ plan tests => 1; my $fh = new IO::File('t/96file_column.t','r'); eval { $schema->resultset('FileColumn')->create({file => {handle => $fh, filename =>'96file_column.t'}})}; -ok(!$@,'FileColumn checking if file handled properly.'); +cmp_ok($@,'eq','','FileColumn checking if file handled properly.');