Pass attrs to find from update_or_create (reported by Nathan Kurz)
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Schema.pm
index b7ce3f9..8e7597d 100644 (file)
@@ -11,7 +11,6 @@ __PACKAGE__->load_classes(qw/
   CD
   Link
   Bookmark
-  #Casecheck
   #dummy
   Track
   Tag
@@ -25,14 +24,16 @@ __PACKAGE__->load_classes(qw/
   /]},
   (
     'FourKeys',
+    'FourKeys_to_TwoKeys',
     '#dummy',
     'SelfRef',
     'ArtistUndirectedMap',
     'ArtistSourceName',
+    'ArtistSubclass',
     'Producer',
     'CD_to_Producer',
   ),
-  qw/SelfRefAlias TreeLike TwoKeyTreeLike/
+  qw/SelfRefAlias TreeLike TwoKeyTreeLike Event NoPrimaryKey/
 );
 
 1;