diff options
author | Sergio Bertolin <sbertolin@solidgear.es> | 2016-05-12 12:37:55 +0000 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2016-06-09 13:50:28 +0200 |
commit | 44f72412bfe0bb415292a8cab1b991fc5bc283d3 (patch) | |
tree | 9d6b693fc242ef9a9cb9cf69c84a2c1c3cc624ef /build | |
parent | 8de206c7ed02942c86b3c791b9b030250277dbed (diff) | |
download | nextcloud-server-44f72412bfe0bb415292a8cab1b991fc5bc283d3.tar.gz nextcloud-server-44f72412bfe0bb415292a8cab1b991fc5bc283d3.zip |
Get a range from several chunks
Diffstat (limited to 'build')
-rw-r--r-- | build/integration/federation_features/federated.feature | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/integration/federation_features/federated.feature b/build/integration/federation_features/federated.feature index c199ee2af60..8bf8e921b0f 100644 --- a/build/integration/federation_features/federated.feature +++ b/build/integration/federation_features/federated.feature @@ -179,8 +179,8 @@ Feature: federated And user "user1" uploads chunk file "1" of "3" with "AAAAA" to "/PARENT (2)/textfile0.txt" And user "user1" uploads chunk file "2" of "3" with "BBBBB" to "/PARENT (2)/textfile0.txt" And user "user1" uploads chunk file "3" of "3" with "CCCCC" to "/PARENT (2)/textfile0.txt" - When Downloading file "/PARENT (2)/textfile0.txt" with range "bytes=5-9" - Then Downloaded content should be "BBBBB" + When Downloading file "/PARENT (2)/textfile0.txt" with range "bytes=3-13" + Then Downloaded content should be "AABBBBBCCCC" |