qt5base-lts/tests/auto/corelib
Thiago Macieira f893d9ec41 Fix QUrl support for empty usernames and passwords
If the password is empty (but present), the userinfo component of the
URL should end in a colon (":"). QUrl already supported that and it
was tested (case "password-empty").

If the username is *also* empty but present, the userinfo component is
just the colon (":"). Fix support for that case by checking if we
stored the presence flag instead of checking the size of the
component.

Change-Id: Ie224493a997dbf76b2e44dd6d55fd9674ac83c1c
Reviewed-by: David Faure <faure@kde.org>
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
2012-08-01 13:04:15 +02:00
..
animation Make animation autotests build without widgets 2012-06-07 00:39:05 +02:00
codecs ICU code page conversion support 2012-07-31 11:12:28 +02:00
global Avoid load(testcase) for installing test helper apps 2012-07-04 02:46:27 +02:00
io Fix QUrl support for empty usernames and passwords 2012-08-01 13:04:15 +02:00
itemmodels QAbstractItemView: don't qRegisterMetaType<QModelIndex> 2012-07-24 10:46:24 +02:00
json Fix some spelling errors 2012-07-11 14:52:37 +02:00
kernel tests: removed QtWidgets dependency from tst_qsignalmapper 2012-07-30 06:06:05 +02:00
mimetypes tst_QMimeDatabase: use QFutureSynchronizer 2012-07-13 01:51:33 +02:00
plugin Fix reloading of plugins 2012-08-01 00:14:41 +02:00
statemachine statemachine: Move RestorePolicy enum to QState class 2012-07-16 10:08:28 +02:00
thread Ensure that QAtomicPointer of forward-declared classes works 2012-07-30 10:43:50 +02:00
tools Remove the unnecessary qdebug.h includes in the QPoint(F) tests 2012-07-24 06:31:26 +02:00
xml Add CONFIG+=parallel_test to suspected parallel-safe tests. 2012-05-28 07:33:01 +02:00
corelib.pro Import QMimeType / QMimeDatabase into QtCore. 2012-02-18 22:19:43 +01:00