diff options
author | Roeland Jago Douma <rullzer@owncloud.com> | 2016-03-10 13:19:08 +0100 |
---|---|---|
committer | Roeland Jago Douma <rullzer@owncloud.com> | 2016-03-10 20:12:58 +0100 |
commit | ca2a24d2862064aabefd604d094b3c96547d6f20 (patch) | |
tree | b1cee1b125e066adc24fa850f6e36ecec8907195 /build | |
parent | 517ef52560ed27d3ed27e89663451d0f213cdaf9 (diff) | |
download | nextcloud-server-ca2a24d2862064aabefd604d094b3c96547d6f20.tar.gz nextcloud-server-ca2a24d2862064aabefd604d094b3c96547d6f20.zip |
Add intergration tests
Diffstat (limited to 'build')
-rw-r--r-- | build/integration/features/sharing-v1.feature | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/build/integration/features/sharing-v1.feature b/build/integration/features/sharing-v1.feature index 00e760ce167..ba535e83aab 100644 --- a/build/integration/features/sharing-v1.feature +++ b/build/integration/features/sharing-v1.feature @@ -65,6 +65,7 @@ Feature: sharing | expiration | +3 days | | url | AN_URL | | token | A_TOKEN | + | mimetype | httpd/unix-directory | Scenario: Creating a new public share with password and adding an expiration date Given user "user0" exists @@ -108,6 +109,7 @@ Feature: sharing | file_parent | A_NUMBER | | displayname_owner | user0 | | url | AN_URL | + | mimetype | httpd/unix-directory | Scenario: Creating a new public share, updating its password and getting its info Given user "user0" exists @@ -137,6 +139,7 @@ Feature: sharing | file_parent | A_NUMBER | | displayname_owner | user0 | | url | AN_URL | + | mimetype | httpd/unix-directory | Scenario: Creating a new public share, updating its permissions and getting its info Given user "user0" exists @@ -166,6 +169,7 @@ Feature: sharing | file_parent | A_NUMBER | | displayname_owner | user0 | | url | AN_URL | + | mimetype | httpd/unix-directory | Scenario: Creating a new public share, updating publicUpload option and getting its info Given user "user0" exists @@ -195,6 +199,7 @@ Feature: sharing | file_parent | A_NUMBER | | displayname_owner | user0 | | url | AN_URL | + | mimetype | httpd/unix-directory | Scenario: getting all shares of a user using that user Given user "user0" exists @@ -272,6 +277,7 @@ Feature: sharing | file_parent | A_NUMBER | | share_with_displayname | user1 | | displayname_owner | user0 | + | mimetype | text/plain | Scenario: keep group permissions in sync Given As an "admin" @@ -302,6 +308,7 @@ Feature: sharing | storage_id | home::user0 | | file_parent | A_NUMBER | | displayname_owner | user0 | + | mimetype | text/plain | Scenario: Sharee can see the share Given user "user0" exists |