Export related assets

This commit is contained in:
Paul Driver 2011-04-04 16:13:58 -05:00
parent 5c20e9c0be
commit 76e9693f4b
5 changed files with 91 additions and 3 deletions

View file

@ -84,7 +84,7 @@ WebGUI::Test->addToCleanup($storage1, $storage2);
#
############################################################
my $tests = 46;
my $tests = 47;
plan tests => 1
+ $tests
+ $canEditMaker->plan
@ -266,6 +266,12 @@ cmp_deeply(
'getCrumbTrail: with topic set'
);
is_deeply(
$story->exportGetRelatedAssetIds,
[ $topic->getId ],
'exportGetRelatedAssetIds',
);
$story->topic('');
############################################################