Remove extraneous sources for aliasing test; same effect can be achieved using search...
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest.pm
index c90cf3e..a050862 100755 (executable)
@@ -194,8 +194,10 @@ sub populate_schema {
         [ qw/id parent name/ ],
         [ 1, 0, 'foo'  ],
         [ 2, 1, 'bar'  ],
+        [ 5, 1, 'blop' ],
         [ 3, 2, 'baz'  ],
         [ 4, 3, 'quux' ],
+        [ 6, 2, 'fong'  ],
     ]);
 
     $schema->populate('Track', [