File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -162,9 +162,9 @@ public function testCreateUserByJoinGoup()
162162 $ this ->assertRequestedMembership (false , $ gid );
163163 $ this ->assertTrue (!$ pi_group ->requestExists ($ USER ));
164164 } finally {
165+ $ this ->ensureOrgGroupDoesNotExist ();
165166 $ this ->ensureUserNotInPIGroup ($ pi_group );
166167 $ this ->ensureUserDoesNotExist ();
167- $ this ->ensureOrgGroupDoesNotExist ();
168168 }
169169 }
170170
@@ -211,9 +211,9 @@ public function testCreateUserByCreateGroup()
211211 // $this->assertTrue($third_request_failed);
212212 $ this ->assertRequestedPIGroup (false );
213213 } finally {
214+ $ this ->ensureOrgGroupDoesNotExist ();
214215 $ this ->ensurePIGroupDoesNotExist ();
215216 $ this ->ensureUserDoesNotExist ();
216- $ this ->ensureOrgGroupDoesNotExist ();
217217 }
218218 }
219219}
You can’t perform that action at this time.
0 commit comments