[full-ci] Do not share versions (#5531)

* change test expectations

* bump reva  version

* add changelog

* fix test

* php style fix

* bump webCommit. fixt contarct tests

* change webBranch

* change webBranch

* new web commit

* fix flaky draw.io file

* fix after review

---------

Co-authored-by: Viktor Scharf <scharf.vi@gmail.com>
This commit is contained in:
Michael Barz
2023-04-06 12:52:38 +02:00
committed by GitHub
parent 1a69583f35
commit f80cc175fd
12 changed files with 71 additions and 165 deletions

View File

@@ -25,7 +25,7 @@ Feature: REPORT request to Shares space
| oc:shareroot | /folderMain |
| oc:name | SubFolder1 |
| d:getcontenttype | httpd/unix-directory |
| oc:permissions | SR |
| oc:permissions | S |
Examples:
| dav_version |
| old |
@@ -44,7 +44,7 @@ Feature: REPORT request to Shares space
| oc:shareroot | /folderMain |
| oc:name | frodo.txt |
| d:getcontenttype | text/plain |
| oc:permissions | SR |
| oc:permissions | S |
| d:getcontentlength | 34 |
Examples:
| dav_version |

View File

@@ -33,7 +33,7 @@ Feature: Report test
| oc:shareroot | /folderMain |
| oc:name | SubFolder1 |
| d:getcontenttype | httpd/unix-directory |
| oc:permissions | SR |
| oc:permissions | S |
| oc:size | 12 |
@@ -52,5 +52,5 @@ Feature: Report test
| oc:shareroot | /folderMain |
| oc:name | insideTheFolder.txt |
| d:getcontenttype | text/plain |
| oc:permissions | SRDNVW |
| oc:permissions | SD |
| d:getcontentlength | 12 |