Fix to update(\%args) with inflation from test case by Peter Rabbitson
[dbsrgits/DBIx-Class-Historic.git] / t / lib / DBICTest / Schema.pm
index 092c317..8090e51 100644 (file)
@@ -16,15 +16,17 @@ __PACKAGE__->load_classes(qw/
     OneKey
     #dummy
     TwoKeys
+    Serialized
   /]},
   (
     'FourKeys',
     '#dummy',
     'SelfRef',
+    'ArtistUndirectedMap',
     'Producer',
     'CD_to_Producer',
   ),
-  qw/SelfRefAlias/
+  qw/SelfRefAlias TreeLike/
 );
 
 1;