Skip to content

Commit

Permalink
Fixing operations that include just the aux objectclass changes
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed May 9, 2016
1 parent 1286c56 commit b663401
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -473,7 +473,7 @@ public Collection<PropertyDelta<PrismPropertyValue>> modifyResourceObject(
break;
}
} else if (QNameUtil.match(firstPathName, ShadowType.F_ACTIVATION) || QNameUtil.match(firstPathName, ShadowType.F_CREDENTIALS) ||
QNameUtil.match(firstPathName, ShadowType.F_ASSOCIATION)) {
QNameUtil.match(firstPathName, ShadowType.F_ASSOCIATION) || QNameUtil.match(firstPathName, ShadowType.F_AUXILIARY_OBJECT_CLASS)) {
hasResourceModification = true;
}
}
Expand Down
Expand Up @@ -944,7 +944,7 @@ public void test135UnAssignUserLargoUnix() throws Exception {
* Modify the account directly on resource: add aux object class, add the
* attributes. Then reconcile the user. The recon should fix it.
*/
@Test(enabled=false) // MID-2883
@Test // MID-2883
public void test136MeddleWithAccountAndReconcileUserLargo() throws Exception {
final String TEST_NAME = "test136MeddleWithAccountAndReconcileUserLargo";
TestUtil.displayTestTile(this, TEST_NAME);
Expand Down

0 comments on commit b663401

Please sign in to comment.