multi-step prefetch along the same rel (e.g. for trees) now works
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Schema.pm
index 941a8d4..2355aeb 100644 (file)
@@ -21,10 +21,11 @@ __PACKAGE__->load_classes(qw/
     'FourKeys',
     '#dummy',
     'SelfRef',
+    'ArtistUndirectedMap',
     'Producer',
     'CD_to_Producer',
   ),
-  qw/SelfRefAlias CDWithArtist/
+  qw/SelfRefAlias TreeLike/
 );
 
 1;