Skip to content

Commit

Permalink
Fixing schema tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Mar 4, 2017
1 parent c77731f commit 9c5a2ed
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 3 deletions.
Expand Up @@ -62,7 +62,8 @@
},
"construction" : {
"resourceRef" : {
"oid" : "2f9b9299-5555-5555-5555-000000001111"
"oid" : "2f9b9299-5555-5555-5555-000000001111",
"targetName" : "resource1"
}
}
} ],
Expand Down
Expand Up @@ -67,7 +67,8 @@
"construction" : {
"resourceRef" : {
"oid" : "2f9b9299-5555-5555-5555-000000001111",
"type" : "http://midpoint.evolveum.com/xml/ns/public/common/common-3#ResourceType"
"type" : "http://midpoint.evolveum.com/xml/ns/public/common/common-3#ResourceType",
"targetName" : "resource1"
}
}
} ],
Expand Down
Expand Up @@ -66,7 +66,9 @@
<intType>42</intType>
</extension>
<construction>
<resourceRef oid="2f9b9299-5555-5555-5555-000000001111" type="ResourceType"/>
<resourceRef oid="2f9b9299-5555-5555-5555-000000001111" type="ResourceType">
<targetName>resource1</targetName>
</resourceRef>
</construction>
</assignment>

Expand Down
Expand Up @@ -44,6 +44,7 @@ object: !UserType
construction:
resourceRef:
oid: 2f9b9299-5555-5555-5555-000000001111
targetName: resource1
activation:
administrativeStatus: enabled
fullName: Jack Sparrow
Expand Down
Expand Up @@ -46,6 +46,7 @@ object: !http://midpoint.evolveum.com/xml/ns/public/common/common-3/UserType
construction:
resourceRef:
oid: 2f9b9299-5555-5555-5555-000000001111
targetName: resource1
activation:
administrativeStatus: enabled
fullName: Jack Sparrow
Expand Down

0 comments on commit 9c5a2ed

Please sign in to comment.