diff options
author | Sergio Bertolin <sbertolin@solidgear.es> | 2016-04-22 08:47:42 +0000 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2016-06-09 13:50:28 +0200 |
commit | a2c7b2e4b735e5c567f9d851a949e40b7ea5ff46 (patch) | |
tree | cd1fd510a7047193df01261a96a2d541cf3c3ad7 /build | |
parent | dbaeedc2341c0f761c53530664ecf1b9c6ffb633 (diff) | |
download | nextcloud-server-a2c7b2e4b735e5c567f9d851a949e40b7ea5ff46.tar.gz nextcloud-server-a2c7b2e4b735e5c567f9d851a949e40b7ea5ff46.zip |
userUploadsChunkFileOfWithToWithChecksum has chunking-42 hardcoded
Diffstat (limited to 'build')
-rw-r--r-- | build/integration/federation_features/federated.feature | 10 |
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" |