Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@owncloud.com>2016-01-14 00:15:19 +0300
committerRoeland Jago Douma <rullzer@owncloud.com>2016-01-14 00:15:19 +0300
commite081c866916b564520620c3e363b58ad4a76723b (patch)
treef0f0bd6bf277760a3977c766aa8f589523078bbc /build
parent4cc2230c58f0b607c1de51d34925450e3e7d25f2 (diff)
Fix integration tests
Diffstat (limited to 'build')
-rw-r--r--build/integration/features/sharing-v1.feature4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/integration/features/sharing-v1.feature b/build/integration/features/sharing-v1.feature
index 65a8459e9a1..1287a2daf86 100644
--- a/build/integration/features/sharing-v1.feature
+++ b/build/integration/features/sharing-v1.feature
@@ -204,7 +204,7 @@ Feature: sharing
When sending "GET" to "/apps/files_sharing/api/v1/shares"
Then the OCS status code should be "100"
And the HTTP status code should be "200"
- And File "textfile0.txt" should be included in the response
+ And File "textfile0 (2).txt" should be included in the response
Scenario: getting all shares of a user using another user
Given user "user0" exists
@@ -264,7 +264,7 @@ Feature: sharing
| share_type | 0 |
| share_with | user1 |
| file_source | A_NUMBER |
- | file_target | /textfile0.txt |
+ | file_target | /textfile0 (2).txt |
| path | /textfile0.txt |
| permissions | 19 |
| stime | A_NUMBER |