-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Testcase: etag+size propagation through shared folders #25
Comments
Note: testing with sync clients might not be accurate because they contain workarounds for this known bug (which existed in OC 5). To be more accurate, do a PROPFIND on the root folder of the owner and check that "d:etag" changed after upload and "oc:size" has increased. |
Additional note: this also needs to be tested whenever the shared folder is deep in the sharer's tree. |
Depends on #27 |
Possible test plan here: owncloud/core#14764 (comment) |
…ccounts-correctly Share group test does not reset accounts correctly
See owncloud/core#14596 (comment) for steps and details.
We need to check that when uploading a file as recipient, the owner's root folder "files" (in the DB) has its etag and size updated.
It seems that this has worked in OC 6 but was broken in OC 7 when reworking the shared folder stuff.
@jnfrmarks
The text was updated successfully, but these errors were encountered: