cleanup extra thread in 12142 test
This commit is contained in:
parent
d450ded7a1
commit
7b7d1b4d2e
1 changed files with 1 additions and 0 deletions
|
|
@ -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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue