From d796412469cf8264f6b8c2e57739bfa88489c03d Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 16 May 2011 21:32:48 -0700 Subject: [PATCH] Update Asset/Story.t for changes to exportGetRelatedAssetIds now exporting the container as well. --- t/Asset/Story.t | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/t/Asset/Story.t b/t/Asset/Story.t index 53e21b740..1fa90e3a0 100644 --- a/t/Asset/Story.t +++ b/t/Asset/Story.t @@ -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('');