summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorSergio Bertolín <sbertolin@solidgear.es>2016-01-11 11:21:26 +0000
committerRoeland Jago Douma <rullzer@owncloud.com>2016-01-13 09:49:25 +0100
commitacc67a6d48f3d33fd6185128fcfc43603b5f76a6 (patch)
tree4da700d89a9da19c86a4bdcc79b2a129e98f3273 /build
parentfb3dbe24db39766898fce1d9a090f0469aa9bc0d (diff)
downloadnextcloud-server-acc67a6d48f3d33fd6185128fcfc43603b5f76a6.tar.gz
nextcloud-server-acc67a6d48f3d33fd6185128fcfc43603b5f76a6.zip
Added test case about deleting a group with special characters
Diffstat (limited to 'build')
-rw-r--r--build/integration/features/provisioning-v1.feature8
1 files changed, 8 insertions, 0 deletions
diff --git a/build/integration/features/provisioning-v1.feature b/build/integration/features/provisioning-v1.feature
index 4c3023ca1c9..1a184cb928c 100644
--- a/build/integration/features/provisioning-v1.feature
+++ b/build/integration/features/provisioning-v1.feature
@@ -268,6 +268,14 @@ Feature: provisioning
And the HTTP status code should be "200"
And group "new-group" does not exist
+ Scenario: Delete a group with special characters
+ Given As an "admin"
+ And group "España" exists
+ When sending "DELETE" to "/cloud/groups/España"
+ Then the OCS status code should be "100"
+ And the HTTP status code should be "200"
+ And group "España" does not exist
+
Scenario: get enabled apps
Given As an "admin"
When sending "GET" to "/cloud/apps?filter=enabled"