]> source.dussan.org Git - nextcloud-server.git/commitdiff
Simplified new endpoint move test
authorVincent Petry <pvince81@owncloud.com>
Mon, 27 Mar 2017 16:53:06 +0000 (18:53 +0200)
committerJoas Schilling <coding@schilljs.com>
Wed, 26 Apr 2017 13:27:02 +0000 (15:27 +0200)
build/integration/features/webdav-related.feature

index 231f49f43986387f5a3a3ff761e997b2a8bb3e65..14033a69a72bf325fff0c0f5bbf02b3b29769e1e 100644 (file)
@@ -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"