X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Frun%2F01core.tl;h=41a39418570e8f120bb37b2f93cdcfa37527e914;hb=9bbd8963f80a0ab929350653eb91fa1ae502c47b;hp=7e451ae330e531207798dbc280c801ceb603b98f;hpb=5160b40103b81efb28aeb46c61a0d071c636a923;p=dbsrgits%2FDBIx-Class.git diff --git a/t/run/01core.tl b/t/run/01core.tl index 7e451ae..41a3941 100644 --- a/t/run/01core.tl +++ b/t/run/01core.tl @@ -71,7 +71,7 @@ $new_again = $schema->resultset("Artist")->find(4); is($new_again->name, 'Man With A Spoon', 'Retrieved correctly'); -is($new_again->ID, 'DBICTest::Artist|artistid=4', 'unique object id generated correctly'); +is($new_again->ID, 'DBICTest::Artist|artist|artistid=4', 'unique object id generated correctly'); is($schema->resultset("Artist")->count, 4, 'count ok');