Skip to content

Commit

Permalink
adding missing resources for REST tests
Browse files Browse the repository at this point in the history
  • Loading branch information
katkav committed Apr 16, 2018
1 parent 83e2c9c commit af25e85
Show file tree
Hide file tree
Showing 4 changed files with 82 additions and 2 deletions.
@@ -0,0 +1,24 @@
#
# ~ Copyright (c) 2010-2013 Evolveum
# ~
# ~ Licensed under the Apache License, Version 2.0 (the "License");
# ~ you may not use this file except in compliance with the License.
# ~ You may obtain a copy of the License at
# ~
# ~ http://www.apache.org/licenses/LICENSE-2.0
# ~
# ~ Unless required by applicable law or agreed to in writing, software
# ~ distributed under the License is distributed on an "AS IS" BASIS,
# ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# ~ See the License for the specific language governing permissions and
# ~ limitations under the License.
#
---
'@ns': "http://midpoint.evolveum.com/xml/ns/public/common/api-types-3"
objectModification:
itemDelta:
'@ns': "http://prism.evolveum.com/xml/ns/public/types-3"
modificationType: "replace"
path: "credentials/securityQuestions/questionAnswer[1]/questionAnswer"
value:
clearValue: "newAnswer"
Expand Up @@ -19,6 +19,9 @@ objectModification:
itemDelta:
'@ns': "http://prism.evolveum.com/xml/ns/public/types-3"
modificationType: "replace"
path: "credentials/securityQuestions/questionAnswer[1]/questionAnswer"
path: "credentials/securityQuestions/questionAnswer"
value:
clearValue: "newAnswer"
'@ns': "http://midpoint.evolveum.com/xml/ns/public/common/common-3"
questionIdentifier: "http://midpoint.evolveum.com/xml/ns/public/security/question-2#q001"
questionAnswer:
clearValue: "you would not believe what happens next"
@@ -0,0 +1,22 @@
#
# ~ Copyright (c) 2010-2013 Evolveum
# ~
# ~ Licensed under the Apache License, Version 2.0 (the "License");
# ~ you may not use this file except in compliance with the License.
# ~ You may obtain a copy of the License at
# ~
# ~ http://www.apache.org/licenses/LICENSE-2.0
# ~
# ~ Unless required by applicable law or agreed to in writing, software
# ~ distributed under the License is distributed on an "AS IS" BASIS,
# ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# ~ See the License for the specific language governing permissions and
# ~ limitations under the License.
#
---
'@ns': "http://midpoint.evolveum.com/xml/ns/public/common/api-types-3"
objectModification:
itemDelta:
'@ns': "http://prism.evolveum.com/xml/ns/public/types-3"
modificationType: "replace"
path: "credentials/securityQuestions/questionAnswer"
@@ -0,0 +1,31 @@
#
# ~ Copyright (c) 2010-2013 Evolveum
# ~
# ~ Licensed under the Apache License, Version 2.0 (the "License");
# ~ you may not use this file except in compliance with the License.
# ~ You may obtain a copy of the License at
# ~
# ~ http://www.apache.org/licenses/LICENSE-2.0
# ~
# ~ Unless required by applicable law or agreed to in writing, software
# ~ distributed under the License is distributed on an "AS IS" BASIS,
# ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# ~ See the License for the specific language governing permissions and
# ~ limitations under the License.
#
---
'@ns': "http://midpoint.evolveum.com/xml/ns/public/common/api-types-3"
objectModification:
itemDelta:
'@ns': "http://prism.evolveum.com/xml/ns/public/types-3"
modificationType: "replace"
path: "credentials/securityQuestions/questionAnswer"
value:
- '@ns': "http://midpoint.evolveum.com/xml/ns/public/common/common-3"
questionIdentifier: "http://midpoint.evolveum.com/xml/ns/public/security/question-2#q001"
questionAnswer:
clearValue: "yet another answer"
- '@ns': "http://midpoint.evolveum.com/xml/ns/public/common/common-3"
questionIdentifier: "http://midpoint.evolveum.com/xml/ns/public/security/question-2#q002"
questionAnswer:
clearValue: "42"

0 comments on commit af25e85

Please sign in to comment.