Skip to content

Commit

Permalink
Fixing Testcase: AccountLockEnabledTestCase
Browse files Browse the repository at this point in the history
  • Loading branch information
kasungayan committed May 19, 2016
1 parent bd2a584 commit 90df951
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 90df951

Please sign in to comment.