X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FDBICTest%2FSchema.pm;h=1fd503cec0c13ccbf3f872762e758971d89a2b1a;hb=5642f1ec77b5215598728ae7e5188f3bb1b4b318;hp=595db5af05bc6670b6d97cde1e89bd052a3abea1;hpb=9c2c91ea7f94d7981cd1c8d212a4b04751fcd023;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/lib/DBICTest/Schema.pm b/t/lib/DBICTest/Schema.pm index 595db5a..1fd503c 100644 --- a/t/lib/DBICTest/Schema.pm +++ b/t/lib/DBICTest/Schema.pm @@ -1,4 +1,4 @@ -package # hide from PAUSE +package # hide from PAUSE DBICTest::Schema; use base qw/DBIx::Class::Schema/; @@ -7,9 +7,11 @@ no warnings qw/qw/; __PACKAGE__->load_classes(qw/ Artist + Employee CD Link Bookmark + #Casecheck #dummy Track Tag @@ -26,10 +28,11 @@ __PACKAGE__->load_classes(qw/ '#dummy', 'SelfRef', 'ArtistUndirectedMap', + 'ArtistSourceName', 'Producer', 'CD_to_Producer', ), - qw/SelfRefAlias TreeLike TwoKeyTreeLike/ + qw/SelfRefAlias TreeLike TwoKeyTreeLike Event/ ); 1;