userUploadsChunkFileOfWithToWithChecksum has chunking-42 hardcoded

This commit is contained in:
Sergio Bertolin 2016-04-22 08:47:42 +00:00 committed by Arthur Schiwon
parent dbaeedc234
commit a2c7b2e4b7
No known key found for this signature in database
GPG Key ID: 7424F1874854DF23
1 changed files with 5 additions and 5 deletions

View File

@ -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"