Export related assets
This commit is contained in:
parent
5c20e9c0be
commit
76e9693f4b
5 changed files with 91 additions and 3 deletions
|
|
@ -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('');
|
||||
|
||||
############################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue