don't clean up default groups
This commit is contained in:
parent
01de17428e
commit
1c1f1c295a
1 changed files with 0 additions and 1 deletions
|
|
@ -61,7 +61,6 @@ 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->usersToDelete($postingUser, $otherUser, $groupIdEditUser);
|
WebGUI::Test->usersToDelete($postingUser, $otherUser, $groupIdEditUser);
|
||||||
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