-
Notifications
You must be signed in to change notification settings - Fork 187
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
ApiTest. Cases for copy/move between project/personal/shares jail #4087
Comments
I added cases for "copy files" and "move files". We can start to implement it. @individual-it Who wants to do it? Or I can do it myself |
@SagarGi is working on COPY tests currently anyway, so he could do this also |
here an interesting case to try #4114 |
@SagarGi we can only implement moving inside one project space because we prevented moving here: cs3org/reva#3035 |
I guess that we can have a scenario that attempts to move between 2 spaces, and expects some HTTP 4xx status, and checks that the original resource remains in its original place. That will prevent accidental regressions of the current behavior. |
Yes, you're right. I misspoke. |
The return status will be @butonic already updated in ocis master? |
TODO QA Team:
|
Tried it and has been fixed. Response is |
The tests has been added for |
I think to implement same tests to coping or moving folder don't make sence. I'd changed "file" to "folder with file' in some existing positive tests (not all) and check that folder after coping or moving contains file |
TODO QA Team:
|
API Tests for copy and move has been added with #4087 (comment) and |
copy-paste:
move:
The text was updated successfully, but these errors were encountered: