Skip to content

Commit

Permalink
Merge pull request #32305 from owncloud/fixAPITestToRunWithLDAP
Browse files Browse the repository at this point in the history
change group names in acceptance tests to match LDAP setup
  • Loading branch information
individual-it authored Aug 13, 2018
2 parents 09ece7d + 1b48256 commit a43851e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/acceptance/features/apiSharing/createShare.feature
Original file line number Diff line number Diff line change
Expand Up @@ -209,10 +209,10 @@ Feature: sharing
Scenario Outline: Share of folder and sub-folder to same user - core#20645
Given using OCS API version "<ocs_api_version>"
And user "user1" has been created
And group "group0" has been created
And user "user1" has been added to group "group0"
And group "grp4" has been created
And user "user1" has been added to group "grp4"
When user "user0" shares file "/PARENT" with user "user1" using the sharing API
And user "user0" shares file "/PARENT/CHILD" with group "group0" using the sharing API
And user "user0" shares file "/PARENT/CHILD" with group "grp4" using the sharing API
Then user "user1" should see the following elements
| /FOLDER/ |
| /PARENT/ |
Expand All @@ -232,10 +232,10 @@ Feature: sharing
Given using OCS API version "<ocs_api_version>"
And user "user1" has been created
And user "user2" has been created
And group "group0" has been created
And user "user1" has been added to group "group0"
And user "user2" has been added to group "group0"
And user "user0" shares file "/PARENT" with group "group0" using the sharing API
And group "grp1" has been created
And user "user1" has been added to group "grp1"
And user "user2" has been added to group "grp1"
And user "user0" shares file "/PARENT" with group "grp1" using the sharing API
Then user "user1" should see the following elements
| /FOLDER/ |
| /PARENT/ |
Expand Down

0 comments on commit a43851e

Please sign in to comment.