From f2e7adef992edf7923357083c2928c78bfd996cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Friedrich=20Dreyer?= Date: Fri, 13 Nov 2020 16:06:13 +0100 Subject: [PATCH] document different behaviour in tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jörn Friedrich Dreyer --- .../apiOcisSpecific/apiVersions-fileVersions.feature | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/ocis/tests/acceptance/features/apiOcisSpecific/apiVersions-fileVersions.feature b/ocis/tests/acceptance/features/apiOcisSpecific/apiVersions-fileVersions.feature index c25bfd207fb..02dbd7db18e 100644 --- a/ocis/tests/acceptance/features/apiOcisSpecific/apiVersions-fileVersions.feature +++ b/ocis/tests/acceptance/features/apiOcisSpecific/apiVersions-fileVersions.feature @@ -16,7 +16,17 @@ Feature: dav-versions Then the version folder of file "/davtest.txt-olddav-oldchunking" for user "Alice" should contain "0" elements And as "Alice" file "/davtest.txt-newdav-newchunking" should not exist - @issue-ocis-reva-17 @issue-ocis-reva-56 + @skipOnOcis-OCIS-Storage @issue-ocis-reva-17 @issue-ocis-reva-56 + # after fixing all issues delete this Scenario and use the one from oC10 core + Scenario: Upload a file twice and versions are available using various chunking methods + When user "Alice" uploads file "filesForUpload/davtest.txt" to filenames based on "/davtest.txt" with all mechanisms using the WebDAV API + And user "Alice" uploads file "filesForUpload/davtest.txt" to filenames based on "/davtest.txt" with all mechanisms using the WebDAV API + Then the version folder of file "/davtest.txt-olddav-regular" for user "Alice" should contain "1" element + And the version folder of file "/davtest.txt-newdav-regular" for user "Alice" should contain "1" element + Then the version folder of file "/davtest.txt-olddav-oldchunking" for user "Alice" should contain "1" element + And as "Alice" file "/davtest.txt-newdav-newchunking" should not exist + + @skipOnOcis-OC-Storage @issue-ocis-reva-17 @issue-ocis-reva-56 # after fixing all issues delete this Scenario and use the one from oC10 core Scenario: Upload a file twice and versions are available using various chunking methods When user "Alice" uploads file "filesForUpload/davtest.txt" to filenames based on "/davtest.txt" with all mechanisms using the WebDAV API