]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix integration tests
authorRoeland Jago Douma <rullzer@owncloud.com>
Wed, 13 Jan 2016 21:15:19 +0000 (22:15 +0100)
committerRoeland Jago Douma <rullzer@owncloud.com>
Wed, 13 Jan 2016 21:15:19 +0000 (22:15 +0100)
build/integration/features/sharing-v1.feature

index 65a8459e9a17f83c5e5efc450d8c4453cb59ed6f..1287a2daf86b3dc6df7d0f29d3f433ef63bf6e55 100644 (file)
@@ -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 |