Update Asset/Story.t for changes to exportGetRelatedAssetIds now exporting the container as well.

This commit is contained in:
Colin Kuskie 2011-05-16 21:32:48 -07:00
parent 2ab9773025
commit d796412469

View file

@ -266,11 +266,11 @@ cmp_deeply(
'getCrumbTrail: with topic set'
);
is_deeply(
cmp_bag(
$story->exportGetRelatedAssetIds,
[ $topic->getId ],
[ $topic->getId, $archive->getId ],
'exportGetRelatedAssetIds',
);
) or diag Dumper $story->exportGetRelatedAssetIds;
$story->topic('');