X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FDBICTest%2FSchema%2FFileColumn.pm;h=046e7c20bd95a4700e6d0bb6f22ad9d14ad971ae;hb=b33d634cea9b716716da207eae749100014853c0;hp=cc425ee904771c4876b5d40b69ab3065576b3c9e;hpb=26ddc864d0c6b21a64c1c390f4c4b5e031aed2b2;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/lib/DBICTest/Schema/FileColumn.pm b/t/lib/DBICTest/Schema/FileColumn.pm index cc425ee..046e7c2 100644 --- a/t/lib/DBICTest/Schema/FileColumn.pm +++ b/t/lib/DBICTest/Schema/FileColumn.pm @@ -3,11 +3,9 @@ DBICTest::Schema::FileColumn; use strict; use warnings; -use base qw/DBIx::Class::Core/; +use base qw/DBICTest::BaseResult/; use File::Temp qw/tempdir/; -__PACKAGE__->load_components(qw/InflateColumn::File/); - __PACKAGE__->table('file_columns'); __PACKAGE__->add_columns(