From 118050dcd08e16e670a198a3d76a7f125683980e Mon Sep 17 00:00:00 2001 From: Sergio Bertolin Date: Thu, 12 May 2016 12:37:55 +0000 Subject: Get a range from several chunks --- build/integration/federation_features/federated.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build/integration') 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" -- cgit v1.2.3