From b79d4a20cb8c899f8ef1626cd891e7ac00f3f98b Mon Sep 17 00:00:00 2001 From: Dipak Acharya Date: Wed, 20 May 2020 11:06:37 +0545 Subject: [PATCH] [Tests-Only] update issue tags for ocis tests --- .../apiWebdavProperties/getFileProperties.feature | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/acceptance/features/apiWebdavProperties/getFileProperties.feature b/tests/acceptance/features/apiWebdavProperties/getFileProperties.feature index 6f902afc4924..7e117a1aa660 100644 --- a/tests/acceptance/features/apiWebdavProperties/getFileProperties.feature +++ b/tests/acceptance/features/apiWebdavProperties/getFileProperties.feature @@ -23,7 +23,7 @@ Feature: get file properties | new | /strängé file.txt | | new | /नेपाली.txt | - @skipOnOcis @issue-ocis-reva-122 + @skipOnOcis @issue-ocis-reva-214 Scenario Outline: Do a PROPFIND of various file names Given using DAV path And user "Alice" has uploaded file with content "uploaded content" to "" @@ -41,7 +41,7 @@ Feature: get file properties | new | /file ?2.txt | dav\/files\/Alice\/file%20%3f2\.txt | | new | /file &2.txt | dav\/files\/Alice\/file%20%262\.txt | - @skipOnOcV10 @issue-ocis-reva-122 + @skipOnOcV10 @issue-ocis-reva-214 #after fixing all issues delete this Scenario and use the one above Scenario Outline: Do a PROPFIND of various file names Given using DAV path @@ -60,7 +60,7 @@ Feature: get file properties | new | /file ?2.txt | dav\/files\/Alice\/file%20%3F2\.txt | | new | /file &2.txt | dav\/files\/Alice\/file%20&2\.txt | - @skipOnOcis @issue-ocis-reva-122 + @skipOnOcis @issue-ocis-reva-214 Scenario Outline: Do a PROPFIND of various folder names Given using DAV path And user "Alice" has created folder "" @@ -87,7 +87,7 @@ Feature: get file properties | new | /folder ?2.txt | dav\/files\/Alice\/folder%20%3f2\.txt | | new | /folder &2.txt | dav\/files\/Alice\/folder%20%262\.txt | - @skipOnOcV10 @issue-ocis-reva-122 + @skipOnOcV10 @issue-ocis-reva-214 #after fixing all issues delete this Scenario and use the one above Scenario Outline: Do a PROPFIND of various folder names Given using DAV path