remove reve master tag

This commit is contained in:
amrita committed 2024-07-08 14:48:40 +05:45
1 parent 50e24b0318
commit e3195eed24
54 files changed
+185 -1384

No files matched your search

@@ -25,10 +25,6 @@ Feature: upload file
| new | /.txt |
| new | /strängé file.txt |
| new | /s,a,m,p,l,e.txt |
@skipOnRevaMaster
Examples:
| dav-path-version | file-name |
| spaces | /upload.txt |
| spaces | /.txt |
| spaces | /strängé file.txt |
@@ -46,10 +42,6 @@ Feature: upload file
| old | "file #2.txt" |
| new | "C++ file.cpp" |
| new | "file #2.txt" |
@skipOnRevaMaster
Examples:
| dav-path-version | file-name |
| spaces | "C++ file.cpp" |
| spaces | "file #2.txt" |
@@ -68,10 +60,6 @@ Feature: upload file
| new | "file ?2.txt" |
| new | " ?fi=le&%#2 . txt" |
| new | " # %ab ab?=ed " |
@skipOnRevaMaster
Examples:
| dav-path-version | file-name |
| spaces | "file ?2.txt" |
| spaces | " ?fi=le&%#2 . txt" |
| spaces | " # %ab ab?=ed " |
@@ -90,10 +78,6 @@ Feature: upload file
| new | "sample,1.txt" |
| new | ",,,.txt" |
| new | ",,,.," |
@skipOnRevaMaster
Examples:
| dav-path-version | file-name |
| spaces | "sample,1.txt" |
| spaces | ",,,.txt" |
| spaces | ",,,.," |
@@ -117,15 +101,11 @@ Feature: upload file
| new | /C++ folder | C++ file.cpp |
| new | / | |
| new | /folder #2.txt | file #2.txt |
@skipOnRevaMaster
Examples:
| dav-path-version | folder-name | file-name |
| spaces | /strängé folder | strängé file.txt |
| spaces | /upload | abc.txt |
| spaces | /C++ folder | C++ file.cpp |
| spaces | / | |
| spaces | /folder #2.txt | file #2.txt |
| spaces | /strängé folder | strängé file.txt |
| spaces | /upload | abc.txt |
| spaces | /C++ folder | C++ file.cpp |
| spaces | / | |
| spaces | /folder #2.txt | file #2.txt |
@issue-1259
#after fixing all issues delete this Scenario and merge with the one above
@@ -141,10 +121,6 @@ Feature: upload file
| old | /?fi=le&%#2 . txt | # %ab ab?=ed |
| new | /folder ?2.txt | file ?2.txt |
| new | /?fi=le&%#2 . txt | # %ab ab?=ed |
@skipOnRevaMaster
Examples:
| dav-path-version | folder-name | file-name |
| spaces | /folder ?2.txt | file ?2.txt |
| spaces | /?fi=le&%#2 . txt | # %ab ab?=ed |
@@ -159,10 +135,6 @@ Feature: upload file
| dav-path-version |
| old |
| new |
@skipOnRevaMaster
Examples:
| dav-path-version |
| spaces |
@issue-1345
@@ -179,10 +151,6 @@ Feature: upload file
| dav-path-version |
| old |
| new |
@skipOnRevaMaster
Examples:
| dav-path-version |
| spaces |
@@ -206,10 +174,6 @@ Feature: upload file
| new | /upload.1 | abc.txt |
| new | /upload...1.. | abc...txt.. |
| new | /... | ... |
@skipOnRevaMaster
Examples:
| dav-path-version | folder-name | file-name |
| spaces | /upload. | abc. |
| spaces | /upload. | abc . |
| spaces | /upload.1 | abc.txt |
@@ -227,10 +191,6 @@ Feature: upload file
| dav-path-version |
| old |
| new |
@skipOnRevaMaster
Examples:
| dav-path-version |
| spaces |
@issue-1248
@@ -244,10 +204,6 @@ Feature: upload file
| dav_version |
| old |
| new |
@skipOnRevaMaster
Examples:
| dav_version |
| spaces |
@@ -262,10 +218,6 @@ Feature: upload file
| dav-path-version |
| old |
| new |
@skipOnRevaMaster
Examples:
| dav-path-version |
| spaces |
@issue-1248
@@ -280,10 +232,6 @@ Feature: upload file
| dav_version |
| old |
| new |
@skipOnRevaMaster
Examples:
| dav_version |
| spaces |
@@ -299,10 +247,6 @@ Feature: upload file
| dav-path-version |
| old |
| new |
@skipOnRevaMaster
Examples:
| dav-path-version |
| spaces |
@@ -318,10 +262,6 @@ Feature: upload file
| dav-path-version |
| old |
| new |
@skipOnRevaMaster
Examples:
| dav-path-version |
| spaces |
@@ -345,10 +285,6 @@ Feature: upload file
| dav-path-version |
| old |
| new |
@skipOnRevaMaster
Examples:
| dav-path-version |
| spaces |
@@ -361,10 +297,6 @@ Feature: upload file
| dav-path-version |
| old |
| new |
@skipOnRevaMaster
Examples:
| dav-path-version |
| spaces |
@issue-7257
@@ -24,10 +24,6 @@ Feature: upload file using old chunking
Examples:
| dav-path-version |
| old |
@skipOnRevaMaster
Examples:
| dav-path-version |
| spaces |
@@ -44,10 +40,6 @@ Feature: upload file using old chunking
Examples:
| dav-path-version |
| old |
@skipOnRevaMaster
Examples:
| dav-path-version |
| spaces |
@@ -64,10 +56,6 @@ Feature: upload file using old chunking
Examples:
| dav-path-version |
| old |
@skipOnRevaMaster
Examples:
| dav-path-version |
| spaces |
@@ -88,10 +76,6 @@ Feature: upload file using old chunking
Examples:
| dav-path-version |
| old |
@skipOnRevaMaster
Examples:
| dav-path-version |
| spaces |
@smokeTest
@@ -113,10 +97,6 @@ Feature: upload file using old chunking
| dav-path-version | file-name |
| old | &#? TIÄFÜ @a#8a=b?c=d ?abc=oc # |
| old | 0 |
@skipOnRevaMaster
Examples:
| dav-path-version | file-name |
| spaces | &#? TIÄFÜ @a#8a=b?c=d ?abc=oc # |
| spaces | 0 |
@@ -136,8 +116,4 @@ Feature: upload file using old chunking
Examples:
| dav-path-version |
| old |
@skipOnRevaMaster
Examples:
| dav-path-version |
| spaces |