Skip to content

Commit

Permalink
Merge pull request #497 from kasungayan/master
Browse files Browse the repository at this point in the history
Fixing Testcase: AccountLockEnabledTestCase
  • Loading branch information
kasungayan committed May 19, 2016
2 parents bd2a584 + 90df951 commit ff5f2cd
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,10 @@ public void testSuccessfulEmailRetrieval() {
@AfterClass(alwaysRun = true)
public void atEnd() throws Exception {

File identityMgtConfigFile = new File(getISResourceLocation()
+ File.separator + "identityMgt" + File.separator
+ "identity-accountlock-enabled.xml");
usmClient.deleteUser(testLockUser1);
usmClient.deleteUser(testLockUser2);

scm.applyConfigurationWithoutRestart(identityMgtConfigFile, identityXmlServerFile, true);
scm.restoreToLastConfiguration();
scm.restartGracefully();

}
Expand Down

0 comments on commit ff5f2cd

Please sign in to comment.