Fix test comment.

This commit is contained in:
Colin Kuskie 2009-11-27 09:41:12 -08:00
parent 80a6b90353
commit 2ea377b87d

View file

@ -50,7 +50,7 @@ $session->user({userId => 3});
{ {
message => re('was copied to the clipboard with its children'), message => re('was copied to the clipboard with its children'),
}, },
'AssetHelper/Copy redirects the back to the copied asset' 'AssetHelper/Copy/WithChildren redirects the back to the copied asset'
); );
my $clippies = $root->getLineage(["descendants"], {statesToInclude => [qw{clipboard clipboard-limbo}], returnObjects => 1,}); my $clippies = $root->getLineage(["descendants"], {statesToInclude => [qw{clipboard clipboard-limbo}], returnObjects => 1,});