X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FDBICTest%2FSchema.pm;h=937aa77fca7b135144689e8631292d5d62f95f3b;hb=19938f3bf130db5563f6973a59dc22dd2d47fe70;hp=6f5169c524dfaa01ae58a76054bdbc3398f9ca8c;hpb=90489c23e598723752c9e0d4b4da214ad05e3feb;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/lib/DBICTest/Schema.pm b/t/lib/DBICTest/Schema.pm index 6f5169c..937aa77 100644 --- a/t/lib/DBICTest/Schema.pm +++ b/t/lib/DBICTest/Schema.pm @@ -5,17 +5,17 @@ use base qw/DBIx::Class::Schema/; no warnings qw/qw/; +__PACKAGE__->mk_group_accessors(simple => 'custom_attr'); + __PACKAGE__->load_classes(qw/ Artist SequenceTest BindType - BindType2 Employee CD - FileColumn Genre - Link Bookmark + Link #dummy Track Tag @@ -23,6 +23,7 @@ __PACKAGE__->load_classes(qw/ Year1999CDs CustomSql Money + TimestampPrimaryKey /, { 'DBICTest::Schema' => [qw/ LinerNotes