Skip to content

Commit

Permalink
Fix checksum test to check http status earlier
Browse files Browse the repository at this point in the history
Due to a small change in the Webdav test steps, the response of the last
Webdav call is stored now, so we need to check the HTTP status earlier.
  • Loading branch information
Vincent Petry committed Jun 26, 2017
1 parent 5c15769 commit 688da46
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/integration/features/checksums.feature
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,6 @@ Feature: checksums
And user "user0" creates a new chunking upload with id "chunking-42"
And user "user0" uploads new chunk file "2" with "BBBBB" to id "chunking-42"
And user "user0" uploads new chunk file "3" with "CCCCC" to id "chunking-42" with checksum "SHA1:f005ba11"
And user "user0" uploads new chunk file "1" with "AAAAA" to id "chunking-42"
And user "user0" moves new chunk file with id "chunking-42" to "/myChunkedFile.txt"
Then the HTTP status code should be "400"

Scenario: Upload a file where checksum does not match
Expand Down

0 comments on commit 688da46

Please sign in to comment.