Skip to content

Commit

Permalink
Merge remote-tracking branch 'refs/remotes/origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Sep 26, 2019
2 parents fa728f4 + cfd428c commit 256c32b
Show file tree
Hide file tree
Showing 12 changed files with 149 additions and 569 deletions.
Expand Up @@ -100,7 +100,7 @@ public void test228ModifyUserBarbossaPasswordSelfServiceDesynchronized() throws
assertPartialError(result);
assertMessageContains(result.getMessage(), "CONSTRAINT_ATT_TYPE");

assertBarbossaEnabled(USER_BARBOSSA_PASSWORD_AD_3);
assertBarbossaEnabled(USER_BARBOSSA_PASSWORD_AD_1);
assertUserAfter(USER_BARBOSSA_OID)
.assertPassword(USER_BARBOSSA_PASSWORD_AD_3)
.singleLink()
Expand Down
Expand Up @@ -1263,7 +1263,7 @@ public void test239EnableUserBarbossaRawAndReconcile() throws Exception {
assertLdapConnectorInstances(2);
}

protected PrismObject<UserType> assertBarbossaEnabled(String password) throws Exception {
protected PrismObject<UserType> assertBarbossaEnabled(String ldapPassword) throws Exception {
PrismObject<UserType> user = getUser(USER_BARBOSSA_OID);
assertAdministrativeStatus(user, ActivationStatusType.ENABLED);

Expand All @@ -1278,7 +1278,7 @@ protected PrismObject<UserType> assertBarbossaEnabled(String password) throws Ex

assertEquals("Shadows have moved", accountBarbossaOid, shadowOid);

assertLdapPassword(USER_BARBOSSA_USERNAME, USER_BARBOSSA_FULL_NAME, password);
assertLdapPassword(USER_BARBOSSA_USERNAME, USER_BARBOSSA_FULL_NAME, ldapPassword);

return user;
}
Expand Down Expand Up @@ -2290,7 +2290,7 @@ public void test850ReconcileAccounts() throws Exception {
// THEN
displayThen(TEST_NAME);

assertUsers(23);
assertUsers(15);
// TODO

// assertLdapConnectorInstances(2);
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 256c32b

Please sign in to comment.