From 847ed4da744e15c7c0eae5752447975ad05f90f4 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Fri, 7 Dec 2018 18:49:36 +0545 Subject: [PATCH] Revert "[stable10] merge teststeps" --- .../uploadFileUsingNewChunking.feature | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/tests/acceptance/features/apiWebdavOperations/uploadFileUsingNewChunking.feature b/tests/acceptance/features/apiWebdavOperations/uploadFileUsingNewChunking.feature index 2fad3e29fe6b..0b38088bf18d 100644 --- a/tests/acceptance/features/apiWebdavOperations/uploadFileUsingNewChunking.feature +++ b/tests/acceptance/features/apiWebdavOperations/uploadFileUsingNewChunking.feature @@ -123,7 +123,6 @@ Feature: upload file using new chunking | file-name | | &#? | | TIÄFÜ | - | 0 | #ToDo: delete this test after 10.0.10 is released and we stop testing 10.0.9 #it is identical to the one above but missing the log file check because of issue #31631 @@ -140,4 +139,13 @@ Feature: upload file using new chunking | file-name | | &#? | | TIÄFÜ | - | 0 | + + #this test should be integrated into the previous Scenario after fixing the issue + Scenario: Upload a file called "0" using new chunking + When user "user0" creates a new chunking upload with id "chunking-42" using the WebDAV API + And user "user0" uploads new chunk file "1" with "AAAAA" to id "chunking-42" using the WebDAV API + And user "user0" uploads new chunk file "2" with "BBBBB" to id "chunking-42" using the WebDAV API + And user "user0" uploads new chunk file "3" with "CCCCC" to id "chunking-42" using the WebDAV API + And user "user0" moves new chunk file with id "chunking-42" to "/0" using the WebDAV API + And as "user0" file "/0" should exist + And the content of file "/0" for user "user0" should be "AAAAABBBBBCCCCC"