How ::Rekey was tested against the DBIC test suite
[dbsrgits/DBIx-Class-Historic.git] / t / lib / DBICTest / Schema.pm
index 6f5169c..937aa77 100644 (file)
@@ -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