Skip to content

Commit

Permalink
fixing story tests - TestMapleLeaf
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Mar 5, 2019
1 parent c562067 commit a276db8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -397,7 +397,7 @@ public void test100changePasswordForceChange() throws Exception {
passwd = new ProtectedStringType();
passwd.setClearValue("somenewValue");
userDelta = createModifyUserReplaceDelta(USER_JACK_OID, SchemaConstants.PATH_PASSWORD_VALUE, passwd);
userDelta.addModificationReplaceProperty(SchemaConstants.PATH_PASSWORD, PasswordType.F_FORCE_CHANGE, Boolean.TRUE);
userDelta.addModificationReplaceProperty(SchemaConstants.PATH_PASSWORD_FORCE_CHANGE, Boolean.TRUE);

executeChanges(userDelta, null, task, result);

Expand Down

0 comments on commit a276db8

Please sign in to comment.