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:
authorSergio Bertolin <sbertolin@solidgear.es>2016-04-22 11:47:42 +0300
committerRoeland Jago Douma <rullzer@owncloud.com>2016-05-31 11:41:38 +0300
commitf2bf75d3b727cbf82b79d163f1c67ef764a2d445 (patch)
tree30da392397955b40a52c83c2bf76f0a4f9be31b6 /build
parenta626aa21b1b282f73da7c3e6bd2efb4be25a2f72 (diff)
userUploadsChunkFileOfWithToWithChecksum has chunking-42 hardcoded
Diffstat (limited to 'build')
-rw-r--r--build/integration/federation_features/federated.feature10
1 files changed, 5 insertions, 5 deletions
diff --git a/build/integration/federation_features/federated.feature b/build/integration/federation_features/federated.feature
index a2922d1c2f2..ff5001c9e8c 100644
--- a/build/integration/federation_features/federated.feature
+++ b/build/integration/federation_features/federated.feature
@@ -161,11 +161,11 @@ Feature: federated
And Using server "REMOTE"
And As an "user1"
And using dav path "remote.php/dav"
- And user "user1" creates a new chunking upload with id "chunking-43"
- And user "user1" uploads new chunk file "3" with "CCCCC" to id "chunking-43"
- And user "user1" uploads new chunk file "2" with "BBBBB" to id "chunking-43"
- And user "user1" uploads new chunk file "1" with "AAAAA" to id "chunking-43"
- And user "user1" moves new chunk file with id "chunking-43" to "/textfile0 (2).txt"
+ And user "user1" creates a new chunking upload with id "chunking-42"
+ And user "user1" uploads new chunk file "3" with "CCCCC" to id "chunking-42"
+ And user "user1" uploads new chunk file "2" with "BBBBB" to id "chunking-42"
+ And user "user1" uploads new chunk file "1" with "AAAAA" to id "chunking-42"
+ And user "user1" moves new chunk file with id "chunking-42" to "/textfile0 (2).txt"
And using dav path "remote.php/webdav"
And Downloading file "/textfile0 (2).txt" with range "bytes=0-4"
Then Downloaded content should be "AAAAA"