Fix two aliasing bugs: remove the alias when provided to new_result and add the alias...
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Schema.pm
index 8e7597d..f8b9816 100644 (file)
@@ -6,9 +6,11 @@ use base qw/DBIx::Class::Schema/;
 no warnings qw/qw/;
 
 __PACKAGE__->load_classes(qw/
+  Agent
   Artist
   Employee
   CD
+  Label
   Link
   Bookmark
   #dummy