Skip to content

Commit

Permalink
Schema cleaup: test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Oct 1, 2021
1 parent 3ed6171 commit 660c527
Show file tree
Hide file tree
Showing 32 changed files with 32 additions and 35 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@
<attribute>
<c:ref xmlns:ri="http://midpoint.evolveum.com/xml/ns/public/resource/instance-3">ri:water</c:ref>
<limitations>
<ignore>true</ignore>
<processing>ignore</processing>
</limitations>
<outbound>
<expression>
Expand Down
2 changes: 1 addition & 1 deletion gui/admin-gui/src/test/resources/common/resource-dummy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
<attribute>
<ref>ri:water</ref>
<limitations>
<ignore>true</ignore>
<processing>ignore</processing>
</limitations>
<outbound>
<!-- Make sure this mapping is really ignored -->
Expand Down
4 changes: 2 additions & 2 deletions infra/common/src/test/resources/refinery/resource-complex.xml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
</limitations>
<limitations>
<layer>presentation</layer>
<ignore>true</ignore>
<processing>ignore</processing>
</limitations>
<outbound>
<expression>
Expand Down Expand Up @@ -373,7 +373,7 @@
<attribute>
<ref>ri:userPassword</ref>
<limitations>
<ignore>true</ignore>
<processing>ignore</processing>
</limitations>
</attribute>
<credentials>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,6 @@
</attribute>
<attribute>
<ref>ri:water</ref>
<limitations>
<ignore>true</ignore>
</limitations>
<outbound>
<!-- Make sure this mapping is really ignored -->
<expression>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
<attribute>
<ref>ri:water</ref>
<limitations>
<ignore>true</ignore>
<processing>ignore</processing>
</limitations>
<outbound>
<!-- Make sure this mapping is really ignored -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
<attribute>
<ref>ri:water</ref>
<limitations>
<ignore>true</ignore>
<processing>ignore</processing>
</limitations>
<outbound>
<!-- Make sure this mapping is really ignored -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
<attribute>
<ref>ri:water</ref>
<limitations>
<ignore>true</ignore>
<processing>ignore</processing>
</limitations>
<outbound>
<!-- Make sure this mapping is really ignored -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
<attribute>
<ref>ri:water</ref>
<limitations>
<ignore>true</ignore>
<processing>ignore</processing>
</limitations>
</attribute>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ if (focus.getOrganization().size() == 0) {
<ref>ri:water</ref>
<description>Non-readable and non-writable attribute, all mappings should be ignored</description>
<limitations>
<ignore>true</ignore> <!-- limiting access without setting "ignore" to true is not enough (leads to an error on modification attempt) -->
<processing>ignore</processing> <!-- limiting access without setting "ignore" to true is not enough (leads to an error on modification attempt) -->
<access>
<read>false</read>
<add>false</add>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
<attribute>
<ref>ri:water</ref>
<limitations>
<ignore>true</ignore>
<processing>ignore</processing>
</limitations>
<outbound>
<!-- Make sure this mapping is really ignored -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
<attribute>
<ref>ri:water</ref>
<limitations>
<ignore>true</ignore>
<processing>ignore</processing>
</limitations>
<outbound>
<!-- Make sure this mapping is really ignored -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@
<attribute>
<ref>ri:water</ref>
<limitations>
<ignore>true</ignore>
<processing>ignore</processing>
</limitations>
<outbound>
<!-- Make sure this mapping is really ignored -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@
<attribute>
<ref>ri:water</ref>
<limitations>
<ignore>true</ignore>
<processing>ignore</processing>
</limitations>
<outbound>
<!-- Make sure this mapping is really ignored -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
<attribute>
<ref>ri:water</ref>
<limitations>
<ignore>true</ignore>
<processing>ignore</processing>
</limitations>
</attribute>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@
<attribute>
<ref>ri:water</ref>
<limitations>
<ignore>true</ignore>
<processing>ignore</processing>
</limitations>
<outbound>
<!-- Make sure this mapping is really ignored -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
<attribute>
<ref>ri:water</ref>
<limitations>
<ignore>true</ignore>
<processing>ignore</processing>
</limitations>
</attribute>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
<attribute>
<ref>ri:water</ref>
<limitations>
<ignore>true</ignore>
<processing>ignore</processing>
</limitations>
</attribute>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@
<attribute>
<ref>ri:water</ref>
<limitations>
<ignore>true</ignore>
<processing>ignore</processing>
</limitations>
<outbound>
<!-- Make sure this mapping is really ignored -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
<attribute>
<ref>ri:water</ref>
<limitations>
<ignore>true</ignore>
<processing>ignore</processing>
</limitations>
<outbound>
<!-- Make sure this mapping is really ignored -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
<attribute>
<ref>ri:water</ref>
<limitations>
<ignore>true</ignore>
<processing>ignore</processing>
</limitations>
</attribute>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
<attribute>
<ref>ri:water</ref>
<limitations>
<ignore>true</ignore>
<processing>ignore</processing>
</limitations>
</attribute>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
<attribute>
<ref>ri:water</ref>
<limitations>
<ignore>true</ignore>
<processing>ignore</processing>
</limitations>
</attribute>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
<attribute>
<ref>ri:water</ref>
<limitations>
<ignore>true</ignore>
<processing>ignore</processing>
</limitations>
</attribute>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@
<attribute>
<ref>ri:water</ref>
<limitations>
<ignore>true</ignore>
<processing>ignore</processing>
</limitations>
</attribute>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
<attribute>
<ref>ri:water</ref>
<limitations>
<ignore>true</ignore>
<processing>ignore</processing>
</limitations>
</attribute>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
<attribute>
<ref>ri:water</ref>
<limitations>
<ignore>true</ignore>
<processing>ignore</processing>
</limitations>
</attribute>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
<attribute>
<ref>ri:water</ref>
<limitations>
<ignore>true</ignore>
<processing>ignore</processing>
</limitations>
</attribute>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
<attribute>
<ref>ri:water</ref>
<limitations>
<ignore>true</ignore>
<processing>ignore</processing>
</limitations>
</attribute>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
<attribute>
<ref>ri:water</ref>
<limitations>
<ignore>true</ignore>
<processing>ignore</processing>
</limitations>
</attribute>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
<attribute>
<ref>ri:water</ref>
<limitations>
<ignore>true</ignore>
<processing>ignore</processing>
</limitations>
</attribute>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
<attribute>
<ref>ri:water</ref>
<limitations>
<ignore>true</ignore>
<processing>ignore</processing>
</limitations>
</attribute>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@
<attribute>
<ref>ri:water</ref>
<limitations>
<ignore>true</ignore>
<processing>ignore</processing>
</limitations>
</attribute>

Expand Down

0 comments on commit 660c527

Please sign in to comment.