Skip to content

Commit

Permalink
Fixing element ordering (fixes samples test)
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Oct 14, 2016
1 parent 9b0a702 commit daf1348
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions samples/evolveum/role-catalog.xml
Expand Up @@ -27,21 +27,21 @@

<org oid="00000000-ee88-6666-0000-c0000000a000">
<name>RA000</name>
<displayName>Testing Roles</displayName>
<parentOrgRef oid="00000000-ee88-6666-0000-c00000000000" type="c:OrgType"/>
<assignment>
<targetRef oid="00000000-ee88-6666-0000-c00000000000" type="c:OrgType"/>
</assignment>
<displayName>Testing Roles</displayName>
<orgType>roleCategory</orgType>
</org>

<org oid="00000000-ee88-6666-0000-c00000001000">
<name>R1000</name>
<displayName>Jira</displayName>
<parentOrgRef oid="00000000-ee88-6666-0000-c00000000000" type="c:OrgType"/>
<assignment>
<targetRef oid="00000000-ee88-6666-0000-c00000000000" type="c:OrgType"/>
</assignment>
<displayName>Jira</displayName>
<orgType>application</orgType>
</org>

Expand Down Expand Up @@ -81,12 +81,12 @@

<org oid="00000000-ee88-6666-0000-c00000002000">
<name>R2000</name>
<displayName>Confluence</displayName>
<description>Confluence Wiki</description>
<parentOrgRef oid="00000000-ee88-6666-0000-c00000000000" type="c:OrgType"/>
<assignment>
<targetRef oid="00000000-ee88-6666-0000-c00000000000" type="c:OrgType"/>
</assignment>
<displayName>Confluence</displayName>
<orgType>application</orgType>
</org>

Expand Down Expand Up @@ -136,11 +136,11 @@

<org oid="00000000-ee88-6666-0000-c00000003000">
<name>R3000</name>
<displayName>Gizmo</displayName>
<parentOrgRef oid="00000000-ee88-6666-0000-c00000000000" type="c:OrgType"/>
<assignment>
<targetRef oid="00000000-ee88-6666-0000-c00000000000" type="c:OrgType"/>
</assignment>
<displayName>Gizmo</displayName>
<orgType>application</orgType>
</org>

Expand Down

0 comments on commit daf1348

Please sign in to comment.