qt5base-lts/tests/auto
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
..
cmake Add tests of the various testlib definition possibilities. 2012-07-24 08:44:27 +02:00
compilerwarnings/data Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00
concurrent Remove insignification from QtConcurrentFilter test. 2012-04-19 13:26:51 +02:00
corelib Fix QUrl support for empty usernames and passwords 2012-08-01 13:04:15 +02:00
dbus Make test work on Mac OS X 2012-06-23 16:25:47 +02:00
gui tests: disable qstandarditemmodel test when building without QtWidgets 2012-07-30 06:06:10 +02:00
guiapplauncher Update the documentation after moving examples. 2011-07-05 21:19:08 +02:00
network QtNetwork: use nullary version of qRegisterMetaType<T>("T") 2012-07-25 19:32:41 +02:00
opengl Remove usage of deprecated qWaitForWindowShown(QWidget *) method. 2012-07-25 17:32:21 +02:00
other Remove usage of deprecated qWaitForWindowShown(QWidget *) method. 2012-07-25 17:32:21 +02:00
printsupport Replace Q_WS_ in tests by Q_OS_ or check platform names. 2012-07-16 16:30:55 +02:00
shared Expose QPA API under qpa/* 2012-05-07 20:25:24 +02:00
sql Fix error when inserting to tables with datetime fields with QODBC 2012-07-16 23:48:10 +02:00
testlib Add QSignalSpy::wait() method. 2012-07-25 13:31:14 +02:00
tools fix host vs. makefile directory separator mess 2012-07-28 00:09:45 +02:00
widgets don't change a widget's active state in QWindowsWindow::setWindowState 2012-08-01 02:26:52 +02:00
xml Fixes to the qdom autotest 2012-07-31 11:13:15 +02:00
auto.pro tests: fixed check for QtOpenGL 2012-07-30 06:06:12 +02:00
network-settings.h Fix auto tests build with gcc 4.7 2012-05-23 00:42:20 +02:00
platformquirks.h Remove #ifdef Q_WS_ / include / #endif conditionals. 2012-07-16 16:30:55 +02:00
test.pl Remove "All rights reserved" line from license headers. 2012-01-30 03:54:59 +01:00