Repository: syncope Updated Branches: refs/heads/1_2_X 7980b807c -> 5b4f10d92
typo Project: http://git-wip-us.apache.org/repos/asf/syncope/repo Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/f510ad85 Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/f510ad85 Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/f510ad85 Branch: refs/heads/1_2_X Commit: f510ad8573b323ab82add6237c164451a66c136b Parents: 7980b80 Author: Francesco Chicchiriccò <[email protected]> Authored: Fri Apr 1 11:27:38 2016 +0200 Committer: Francesco Chicchiriccò <[email protected]> Committed: Fri Apr 1 11:27:38 2016 +0200 ---------------------------------------------------------------------- core/src/test/resources/content.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/syncope/blob/f510ad85/core/src/test/resources/content.xml ---------------------------------------------------------------------- diff --git a/core/src/test/resources/content.xml b/core/src/test/resources/content.xml index 9cc80ab..7512c63 100644 --- a/core/src/test/resources/content.xml +++ b/core/src/test/resources/content.xml @@ -943,7 +943,7 @@ under the License. jobClassName="org.apache.syncope.core.sync.impl.SyncJob" unmatchingRule="PROVISION" matchingRule="UPDATE" userTemplate='{"creator":null,"creationDate":null,"lastModifier":null,"lastChangeDate":null,"id":0,"password":null,"status":null,"token":null,"tokenExpireTime":null,"username":null,"lastLoginDate":null,"changePwdDate":null,"failedLogins":null,"attributes":[],"derivedAttributes":[],"virtualAttributes":[{"schema":"virtualReadOnly","readonly":false,"values":[""]}],"resources":["resource-ldap"],"propagationStatuses":[],"memberships":[]}' roleTemplate='{"creator":null,"creationDate":null,"lastModifier":null,"lastChangeDate":null,"id":0,"name":null,"parent":8,"userOwner":null,"roleOwner":null,"inheritOwner":false,"inheritTemplates":false,"inheritAttrs":false,"inheritDerAttrs":false,"inheritVirAttrs":false,"inheritPasswordPolicy":false,"inheritAccountPolicy":false,"passwordPolicy":null,"accountPolicy":null,"attributes":[{"schema":"show","readonly":false,"values":["'true'"]}],"derivedAttributes":[],"virtualAttributes":[],"resources":[],"propagationStatuses":[],"entitlements":[],"rAttrTemplates":["show"],"rDerAttrTemplates":[],"rVirAttrTemplates":[],"mAttrTemplates":[],"mDerAttrTemplates":[],"mVirAttrTemplates":[]}'/> - <SyncTask_actionsClassNames SyncTask_id="11" element="org.apache.syncope.core.sync.impl.LDAPMembershipSyncActions"/> + <SyncTask_actionsClassNames syncTask_id="11" element="org.apache.syncope.core.sync.impl.LDAPMembershipSyncActions"/> <Task DTYPE="SyncTask" id="12" name="VirAttrCache test" resource_name="resource-csv" performCreate="0" performUpdate="1" performDelete="0" syncStatus="0" fullReconciliation="1" jobClassName="org.apache.syncope.core.sync.impl.SyncJob" unmatchingRule="PROVISION" matchingRule="UPDATE"/>
