Skip to content

Commit

Permalink
Added forgotten approvers.
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Jan 29, 2017
1 parent e47ef8d commit 59d4a88
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 0 deletions.
11 changes: 11 additions & 0 deletions testing/story/src/test/resources/strings/users/cheese.xml
Expand Up @@ -61,6 +61,17 @@
</filter>
</targetRef>
</assignment>
<assignment id="6">
<targetRef type="RoleType" relation="org:approver">
<filter>
<q:equal>
<q:path>name</q:path>
<q:value>a-test-4</q:value>
</q:equal>
</filter>
</targetRef>
</assignment>

<assignment id="1000">
<targetRef oid="00000000-0000-0000-0000-000000000008" type="RoleType"/> <!-- End user -->
</assignment>
Expand Down
10 changes: 10 additions & 0 deletions testing/story/src/test/resources/strings/users/chef.xml
Expand Up @@ -35,6 +35,16 @@
</filter>
</targetRef>
</assignment>
<assignment id="3">
<targetRef type="RoleType" relation="org:approver">
<filter>
<q:equal>
<q:path>name</q:path>
<q:value>a-test-4</q:value>
</q:equal>
</filter>
</targetRef>
</assignment>
<assignment id="1000">
<targetRef oid="00000000-0000-0000-0000-000000000008" type="RoleType"/> <!-- End user -->
</assignment>
Expand Down
11 changes: 11 additions & 0 deletions testing/story/src/test/resources/strings/users/elaine.xml
Expand Up @@ -48,6 +48,17 @@
</filter>
</c:targetRef>
</c:assignment>
<assignment id="5">
<targetRef type="RoleType" relation="org:approver">
<filter>
<q:equal>
<q:path>name</q:path>
<q:value>a-test-4</q:value>
</q:equal>
</filter>
</targetRef>
</assignment>

<assignment id="1000">
<targetRef oid="00000000-0000-0000-0000-000000000008" type="RoleType"/> <!-- End user -->
</assignment>
Expand Down

0 comments on commit 59d4a88

Please sign in to comment.