fix Post test cleaning up core groups
This commit is contained in:
parent
3d35cbfc8e
commit
f10da67dae
1 changed files with 0 additions and 1 deletions
|
|
@ -60,7 +60,6 @@ my $otherUser = WebGUI::User->new($session, 'new');
|
||||||
my $groupIdEditUser = WebGUI::User->new($session, 'new');
|
my $groupIdEditUser = WebGUI::User->new($session, 'new');
|
||||||
my $groupToEditPost = WebGUI::Group->new($session, $collab->get('groupToEditPost'));
|
my $groupToEditPost = WebGUI::Group->new($session, $collab->get('groupToEditPost'));
|
||||||
my $groupIdEditGroup = WebGUI::Group->new($session, $collab->get('groupIdEdit'));
|
my $groupIdEditGroup = WebGUI::Group->new($session, $collab->get('groupIdEdit'));
|
||||||
WebGUI::Test->groupsToDelete($groupToEditPost, $groupIdEditGroup);
|
|
||||||
$postingUser->username('userForPosting');
|
$postingUser->username('userForPosting');
|
||||||
$otherUser->username('otherUser');
|
$otherUser->username('otherUser');
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue