Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2019-06-16 13:03:27 +0300
committerAleksander Machniak <alec@alec.pl>2019-06-16 13:03:27 +0300
commit0a0ad2c9b78004d5836342370e5eb4d7da7e8378 (patch)
tree3726b3f07085529340638b8a7770cc3c2aa0f5a4 /tests
parentf1d3f9ee441d73a7bd05b8f65dcc5b95a33c4323 (diff)
Switch to IDNA2008 variant (#6806)
After switching IDNA_NONTRANSITIONAL_TO_ASCII on, switch to IDNA2008 variant in Net_LDAP2. Add test, update changelog.
Diffstat (limited to 'tests')
-rw-r--r--tests/Framework/Utils.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Framework/Utils.php b/tests/Framework/Utils.php
index 6728f48c2..03a4bd169 100644
--- a/tests/Framework/Utils.php
+++ b/tests/Framework/Utils.php
@@ -598,8 +598,8 @@ class Framework_Utils extends PHPUnit_Framework_TestCase
array('рф.ru', 'xn--p1ai.ru'),
array('δοκιμή.gr', 'xn--jxalpdlp.gr'),
array('gwóźdź.pl', 'xn--gwd-hna98db.pl'),
+ array('fußball.de', 'xn--fuball-cta.de'),
);
-
}
/**