bump reva and update expected failures

Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
jkoberg
2022-01-10 17:36:14 +01:00
parent f6739402ec
commit 64471d02cb
3 changed files with 6 additions and 3 deletions

2
go.mod
View File

@@ -246,4 +246,4 @@ require (
//replace github.com/cs3org/reva => github.com/cs3org/reva v1.16.1-0.20211208164450-3abd76eecf8b
//replace github.com/cs3org/reva => ../reva
replace github.com/cs3org/reva => github.com/cs3org/reva v1.16.1-0.20220110143148-0b50ca9ddb6e
replace github.com/cs3org/reva => github.com/cs3org/reva v1.16.1-0.20220110163001-3d6605476745

4
go.sum
View File

@@ -324,8 +324,8 @@ github.com/crewjam/saml v0.4.5/go.mod h1:qCJQpUtZte9R1ZjUBcW8qtCNlinbO363ooNl02S
github.com/cs3org/cato v0.0.0-20200828125504-e418fc54dd5e/go.mod h1:XJEZ3/EQuI3BXTp/6DUzFr850vlxq11I6satRtz0YQ4=
github.com/cs3org/go-cs3apis v0.0.0-20211214102047-7ce3134d7bf8 h1:PqOprF37OvwCbAN5W23znknGk6N/LMayqLAeP904FHE=
github.com/cs3org/go-cs3apis v0.0.0-20211214102047-7ce3134d7bf8/go.mod h1:UXha4TguuB52H14EMoSsCqDj7k8a/t7g4gVP+bgY5LY=
github.com/cs3org/reva v1.16.1-0.20220110143148-0b50ca9ddb6e h1:mV27x2ADeJgmPC+HBDtFeZFAp3tZIo65h9yiFf1jBrU=
github.com/cs3org/reva v1.16.1-0.20220110143148-0b50ca9ddb6e/go.mod h1:WqO2/NkAmx1qes09G92lGPxxyroQgnZetJrCPItCcDo=
github.com/cs3org/reva v1.16.1-0.20220110163001-3d6605476745 h1:t//I0DOXvmXjWD1PcxHIUYueu8wv838ye4rPltDXvF8=
github.com/cs3org/reva v1.16.1-0.20220110163001-3d6605476745/go.mod h1:WqO2/NkAmx1qes09G92lGPxxyroQgnZetJrCPItCcDo=
github.com/cubewise-code/go-mime v0.0.0-20200519001935-8c5762b177d8 h1:Z9lwXumT5ACSmJ7WGnFl+OMLLjpz5uR2fyz7dC255FI=
github.com/cubewise-code/go-mime v0.0.0-20200519001935-8c5762b177d8/go.mod h1:4abs/jPXcmJzYoYGF91JF9Uq9s/KL5n1jvFDix8KcqY=
github.com/cyberdelia/templates v0.0.0-20141128023046-ca7fffd4298c/go.mod h1:GyV+0YP4qX0UQ7r2MoYZ+AvYDp12OF5yg4q8rGnyNh4=

View File

@@ -14,6 +14,9 @@
- [apiArchiver/downloadByPath.feature:132](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiArchiver/apiArchiver/downloadByPath.feature#L132)
- [apiArchiver/downloadByPath.feature:133](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiArchiver/apiArchiver/downloadByPath.feature#L133)
#### Another users space literally does not exist because it is not listed as a space for him, 404 seems correct, expects 403
- [apiAuthWebDav/webDavPUTAuth.feature:40]
#### [Overwriting a file in the space within the allowed quota does not work](https://github.com/owncloud/ocis/issues/2829)
- [apiSpaces/quota.feature:56](https://github.com/owncloud/ocis/blob/master/tests/acceptance/features/apiSpaces/quota.feature#L56)