summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qurl/qurl.pro
diff options
context:
space:
mode:
authorThiago Macieira <thiago.macieira@intel.com>2011-09-02 20:43:50 +0200
committerQt by Nokia <qt-info@nokia.com>2012-03-30 01:19:59 +0200
commit4c7e950aad0ed7b2bc114b3ffd5c73f7a433af52 (patch)
tree44b049f6f5f04a935b57faeb758a34f58eb15615 /tests/auto/corelib/io/qurl/qurl.pro
parent8fa2a41bd5fb0e21c3cbda3d76eba77a922bded2 (diff)
Mark QUrl::{to,from}Punycode as deprecated since 5.0
These functions are now aliases to {to,from}Ace, which are usually what you want. The original functions from Qt 4.0 had the wrong semantics and wrong name. The new ones from Qt 4.2 execute the ACE processing from IDNA (specifically, the ToASCII and ToUnicode operations described in the RFC). But so as not to be without tests, export the tests in unit testing environment and test the punycode roundtrip. Note that the tst_QUrl::idna_test_suite test tests *only* the Punycode roundtrip, not the nameprepping. Change-Id: I9b95b4bd07b4425344a5c6ef5cce7cfcb9846d3e Reviewed-by: João Abecasis <joao.abecasis@nokia.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com> Reviewed-by: David Faure <faure@kde.org>
Diffstat (limited to 'tests/auto/corelib/io/qurl/qurl.pro')
-rw-r--r--tests/auto/corelib/io/qurl/qurl.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/corelib/io/qurl/qurl.pro b/tests/auto/corelib/io/qurl/qurl.pro
index 84538c0859..b475bdb4d7 100644
--- a/tests/auto/corelib/io/qurl/qurl.pro
+++ b/tests/auto/corelib/io/qurl/qurl.pro
@@ -1,4 +1,4 @@
CONFIG += testcase parallel_test
TARGET = tst_qurl
-QT = core-private testlib
+QT = core testlib
SOURCES = tst_qurl.cpp