X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Flib%2FDBICTest.pm;h=aea28e1a28af451083e1515c913691cff78d6401;hb=61177e4410737d15901ed2f25d3fe5ea99d525ad;hp=8252eccaa7cc8a56c30b3f33e0620185961fe159;hpb=8999fbced5ffc23f8d2644bd536a255966956f94;p=dbsrgits%2FDBIx-Class.git diff --git a/t/lib/DBICTest.pm b/t/lib/DBICTest.pm index 8252ecc..aea28e1 100755 --- a/t/lib/DBICTest.pm +++ b/t/lib/DBICTest.pm @@ -229,7 +229,7 @@ sub populate_schema { ]); $schema->populate('TreeLike', [ - [ qw/id parent_fk name/ ], + [ qw/id parent name/ ], [ 1, undef, 'root' ], [ 2, 1, 'foo' ], [ 3, 2, 'bar' ],