Skip to content

Commit

Permalink
cleanup extra thread in 12142 test
Browse files Browse the repository at this point in the history
  • Loading branch information
frodwith committed May 25, 2011
1 parent d450ded commit 7b7d1b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/Asset/Post/Thread/bug_12142_duplicate.t
Expand Up @@ -41,6 +41,7 @@ SKIP: {
my $copy;
skip('duplicate died', 3) unless
lives_ok { $copy = $thread->duplicate() } q"duplicate() doesn't die";
WebGUI::Test->addToCleanup($copy);
my $groupId = $copy->get('subscriptionGroupId');
ok $groupId, 'Copy has a group id';
isnt $groupId, $thread->get('subscriptionGroupId'), '...a different one';
Expand Down

0 comments on commit 7b7d1b4

Please sign in to comment.