Hack around a stupid SQL::Abstract bug and add GROUP BY support
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Schema.pm
index dc4002e..d2a7e5b 100644 (file)
@@ -22,7 +22,7 @@ __PACKAGE__->load_classes(qw/
     '#dummy',
     'SelfRef',
   ),
-  qw/SelfRefAlias/
+  qw/SelfRefAlias CDWithArtist/
 );
 
 1;