Skip to content

Commit

Permalink
tests fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Nov 25, 2019
1 parent 6733686 commit e0ad284
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -84,13 +84,15 @@ public class TestIntegrationObjectWrapperFactory extends AbstractInitializedGuiI
UserType.F_METADATA,
UserType.F_ASSIGNMENT,
UserType.F_ACTIVATION,
UserType.F_TRIGGER,
UserType.F_CREDENTIALS,
UserType.F_ADMIN_GUI_CONFIGURATION);
private static final List<ItemPath> BASIC_SHADOW_CONTAINERS_PATHS = Arrays.asList(
ShadowType.F_EXTENSION,
ShadowType.F_METADATA,
ShadowType.F_PENDING_OPERATION,
ShadowType.F_ATTRIBUTES,
ShadowType.F_TRIGGER,
ShadowType.F_ASSOCIATION,
ShadowType.F_ACTIVATION,
ShadowType.F_CREDENTIALS);
Expand All @@ -105,6 +107,7 @@ public class TestIntegrationObjectWrapperFactory extends AbstractInitializedGuiI
OrgType.F_CONDITION,
OrgType.F_ADMIN_GUI_CONFIGURATION,
OrgType.F_DATA_PROTECTION,
OrgType.F_TRIGGER,
OrgType.F_AUTOASSIGN);

private String userWallyOid;
Expand Down

0 comments on commit e0ad284

Please sign in to comment.