commit 33b70789595dc6e8e53dec50aa56dc5dd8cfe795 Author: Florian Best Date: Thu Sep 15 13:57:02 2016 +0200 revert svn r56733 diff --git a/test/ucs-test/tests/63_udm-containers/06_container_ou_rename_with_special_characters b/test/ucs-test/tests/63_udm-containers/06_container_ou_rename_with_special_characters index 990e2fa..fc85c6c 100755 --- a/test/ucs-test/tests/63_udm-containers/06_container_ou_rename_with_special_characters +++ b/test/ucs-test/tests/63_udm-containers/06_container_ou_rename_with_special_characters @@ -7,6 +7,7 @@ ## bugs: [35959] ## versions: ## 4.0-0: skip +## 4.2-0: fixed ## packages: ## - univention-config ## - univention-directory-manager-tools diff --git a/test/ucs-test/tests/63_udm-containers/07_container_ou_rename_uppercase_with_special_characters b/test/ucs-test/tests/63_udm-containers/07_container_ou_rename_uppercase_with_special_characters index eb1bef2..4b945cf 100755 --- a/test/ucs-test/tests/63_udm-containers/07_container_ou_rename_uppercase_with_special_characters +++ b/test/ucs-test/tests/63_udm-containers/07_container_ou_rename_uppercase_with_special_characters @@ -6,6 +6,7 @@ ## bugs: [35959] ## versions: ## 4.0-0: skip +## 4.2-0: fixed ## packages: ## - univention-config ## - univention-directory-manager-tools diff --git a/test/ucs-test/univention/testing/strings.py b/test/ucs-test/univention/testing/strings.py index ec8f635..703f78c 100644 --- a/test/ucs-test/univention/testing/strings.py +++ b/test/ucs-test/univention/testing/strings.py @@ -34,7 +34,7 @@ STR_ALPHANUM = STR_ALPHA + STR_NUMERIC STR_ALPHANUMDOTDASH = STR_ALPHANUM + '.-' -STR_SPECIAL_CHARACTER = u' !#$%&-/:?@[]^_`{|}~´€Ω®½' +STR_SPECIAL_CHARACTER = u' !#$%&*-/:?@[]^_`{|}~´€Ω®½' STR_UMLAUT = u'äöüßâêôûŵẑŝĝĵŷĉ' STR_UMLAUTNUM = STR_UMLAUT + STR_NUMERIC