Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2017-03-27 19:53:06 +0300
committerJoas Schilling <coding@schilljs.com>2017-04-26 16:27:02 +0300
commit9bff66e68d9b2a5712eae406b54d103b51a8c7e9 (patch)
tree064234e13f75f56442ba28db3b208c0d8e8a81c3 /build
parentc30feafaa2f2fb86469f5c38a6e20ed3f3042873 (diff)
Simplified new endpoint move test
Diffstat (limited to 'build')
-rw-r--r--build/integration/features/webdav-related.feature13
1 files changed, 4 insertions, 9 deletions
diff --git a/build/integration/features/webdav-related.feature b/build/integration/features/webdav-related.feature
index 231f49f4398..14033a69a72 100644
--- a/build/integration/features/webdav-related.feature
+++ b/build/integration/features/webdav-related.feature
@@ -521,16 +521,11 @@ Feature: webdav-related
Scenario: Checking file id after a move using new endpoint
Given using new dav path
And user "user0" exists
- And user "user0" creates a new chunking upload with id "chunking-42"
- And user "user0" uploads new chunk file "1" with "AAAAA" to 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"
- And user "user0" moves new chunk file with id "chunking-42" to "/myChunkedFile.txt"
- And User "user0" stores id of file "/myChunkedFile.txt"
- When User "user0" moves file "/myChunkedFile.txt" to "/FOLDER/myChunkedFile.txt"
- Then User "user0" checks id of file "/FOLDER/myChunkedFile.txt"
+ And User "user0" stores id of file "/textfile0.txt"
+ When User "user0" moves file "/textfile0.txt" to "/FOLDER/textfile0.txt"
+ Then User "user0" checks id of file "/FOLDER/textfile0.txt"
- Scenario: Checking file id after a move with overwrite using new endpoint
+ Scenario: Checking file id after a move overwrite using new chunking endpoint
Given using new dav path
And user "user0" exists
And User "user0" copies file "/textfile0.txt" to "/existingFile.txt"