]> source.dussan.org Git - nextcloud-server.git/commitdiff
Added test case about deleting a group with special characters
authorSergio Bertolín <sbertolin@solidgear.es>
Mon, 11 Jan 2016 11:21:26 +0000 (11:21 +0000)
committerRoeland Jago Douma <rullzer@owncloud.com>
Wed, 13 Jan 2016 08:49:25 +0000 (09:49 +0100)
build/integration/features/provisioning-v1.feature

index 4c3023ca1c9ab7e2aee1cecded0ad3d96e46e353..1a184cb928c8bf583fc77e855dd16cd4f684c457 100644 (file)
@@ -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"