qt5base-lts/tests/auto/corelib/io/qurl
Thiago Macieira 7c2a418857 Add unit test to ensure %3A in a path isn't decoded to ':'
QUrl("http%3A%2F%2Fexample.com") has only a path of
"http%3A%2F%2Fexample.com". In Qt 5.0 and 5.1, the %3A would get decoded
to ':', which in turn makes the URL invalid (colon before first slash).

Found via discussion on the interest mailing list.

Change-Id: I7f4f242b330df280e635eb97cce123e742aa1b10
Reviewed-by: David Faure <david.faure@kdab.com>
2013-08-23 21:39:23 +02:00
..
.gitignore Moving relevant tests to corelib/io 2011-08-31 10:08:38 +02:00
idna-test.c Update copyright year in Digia's license headers 2013-01-18 09:07:35 +01:00
qurl.pro QUrl: port thread-safety autotest from Qt4. 2012-08-26 11:08:42 +02:00
tst_qurl.cpp Add unit test to ensure %3A in a path isn't decoded to ':' 2013-08-23 21:39:23 +02:00