Fixes to Tree::AdjacencyList, and working tests.
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Schema.pm
index f2ee2d7..e43c898 100644 (file)
@@ -7,6 +7,8 @@ no warnings qw/qw/;
 
 __PACKAGE__->load_classes(qw/
   Artist
+  Employee::Positioned
+  Employee::AdjacencyList
   CD
   #dummy
   Track