From 2ea377b87dcf0f393bcde741ff953417b7ee172a Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 27 Nov 2009 09:41:12 -0800 Subject: [PATCH] Fix test comment. --- t/AssetHelper/Copy/WithChildren.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/AssetHelper/Copy/WithChildren.t b/t/AssetHelper/Copy/WithChildren.t index 98050e9b5..19b83b55f 100644 --- a/t/AssetHelper/Copy/WithChildren.t +++ b/t/AssetHelper/Copy/WithChildren.t @@ -50,7 +50,7 @@ $session->user({userId => 3}); { 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,});