Skip to content

Commit

Permalink
Conntest compilation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed May 24, 2017
1 parent d6c438b commit 8188cf5
Showing 1 changed file with 0 additions and 11 deletions.
Expand Up @@ -1385,17 +1385,6 @@ public void test320AddEvilUserLargo() throws Exception {
assertLdapConnectorInstances(1, 2);
}

private void assertAssociation(PrismObject<ShadowType> shadow, QName assocName, String entitlementOid) {
for (ShadowAssociationType association: shadow.asObjectable().getAssociation()) {
if (QNameUtil.match(assocName, association.getName())) {
assertEquals("Wrong association shadow ref in "+shadow, entitlementOid,
association.getShadowRef().getOid());
return;
}
}
AssertJUnit.fail("Association "+assocName+" not found in "+shadow);
}

protected void assertConnectorOperationIncrement(int shortcutIncrement, int noShortcutIncrement) {
if (hasAssociationShortcut()) {
assertConnectorOperationIncrement(shortcutIncrement);
Expand Down

0 comments on commit 8188cf5

Please sign in to comment.