9 my $schema = DBICTest->init_schema();
13 my $fh = new IO::File('t/96file_column.t','r');
14 eval { $schema->resultset('FileColumn')->create({file => {handle => $fh, filename =>'96file_column.t'}})};
15 cmp_ok($@,'eq','','FileColumn checking if file handled properly.');