Skip to content

Commit

Permalink
Fixing provisioning tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed May 30, 2014
1 parent d7ddb2e commit 5fc2c85
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 0 deletions.
Expand Up @@ -83,6 +83,18 @@
</q:substring>
</filter>
</protected>
<protected>
<filter>
<q:substring>
<q:path>
declare namespace icfs="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/resource-schema-3";
attributes/icfs:name
</q:path>
<q:value>-adm</q:value>
<q:anchorEnd>true</q:anchorEnd>
</q:substring>
</filter>
</protected>
</objectType>
</schemaHandling>
</resource>
Expand Up @@ -158,6 +158,18 @@
</q:substring>
</filter>
</protected>
<protected>
<filter>
<q:substring>
<q:path>
declare namespace icfs="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/resource-schema-3";
attributes/icfs:name
</q:path>
<q:value>-adm</q:value>
<q:anchorEnd>true</q:anchorEnd>
</q:substring>
</filter>
</protected>
</objectType>
<objectType>
<kind>entitlement</kind>
Expand Down
Expand Up @@ -109,6 +109,18 @@
</q:substring>
</filter>
</protected>
<protected>
<filter>
<q:substring>
<q:path>
declare namespace icfs="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/resource-schema-3";
attributes/icfs:name
</q:path>
<q:value>-adm</q:value>
<q:anchorEnd>true</q:anchorEnd>
</q:substring>
</filter>
</protected>
</objectType>
<objectType>
<kind>entitlement</kind>
Expand Down
Expand Up @@ -108,6 +108,18 @@
</q:substring>
</filter>
</protected>
<protected>
<filter>
<q:substring>
<q:path>
declare namespace icfs="http://midpoint.evolveum.com/xml/ns/public/connector/icf-1/resource-schema-3";
attributes/icfs:name
</q:path>
<q:value>-adm</q:value>
<q:anchorEnd>true</q:anchorEnd>
</q:substring>
</filter>
</protected>
</objectType>
<objectType>
<kind>entitlement</kind>
Expand Down

0 comments on commit 5fc2c85

Please sign in to comment.