qt6-bb10/tests/auto/corelib/io
Kevin Funk 8dad3bf212 Fix toDisplayString(QUrl::PreferLocalFile) on Win
When using QUrl::PreferLocalFile we do want to strip the leading slash,
as toLocalFile() would do as well.

Behavior change by means of an example:
  QUrl url(QUrl::fromLocalFile("C:/file.txt")
  url.toLocalFile() --> "C:/file.txt"

Before:
  url.toDisplayString(QUrl::PreferLocalFile) --> "/C:/file.txt"

After:
  url.toDisplayString(QUrl::PreferLocalFile) --> "C:/file.txt"

Task-number: QTBUG-41729
Change-Id: I7d425541f6077ebcf3fcf46feeb7e0f03a0d7fe2
Reviewed-by: Dominik Haumann <dhaumann@kde.org>
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2016-01-20 13:24:53 +00:00
..
largefile fix usage of wince scope 2015-06-05 10:29:10 +00:00
qabstractfileengine Update copyright headers 2015-02-11 06:49:51 +00:00
qbuffer Make warnings of QIODevice more verbose. 2015-05-23 08:59:20 +00:00
qdatastream Serialize the capitalization value of QFont 2015-09-15 13:30:09 +00:00
qdataurl Update copyright headers 2015-02-11 06:49:51 +00:00
qdebug Merge remote-tracking branch 'origin/5.5' into dev 2015-08-06 10:54:01 +02:00
qdir Improve messages in tst_qdir/tst_fileinfo/tst_qfiledialog2. 2015-09-30 17:27:58 +00:00
qdiriterator Insignifify qdiriterator test 2015-06-20 15:25:31 +00:00
qfile Blacklist failing tst_QFile tests (OS X) 2016-01-06 09:38:55 +00:00
qfileinfo Improve messages in tst_qdir/tst_fileinfo/tst_qfiledialog2. 2015-09-30 17:27:58 +00:00
qfileselector Haiku: Fix tst_qfileselector.cpp unit test 2015-03-12 12:51:20 +00:00
qfilesystementry Update copyright headers 2015-02-11 06:49:51 +00:00
qfilesystemwatcher tst_qfilesystemwatcher: Blacklist flaky tests on Windows. 2015-11-17 14:27:23 +00:00
qiodevice QIODevice: fix interleaving read() and write() in text mode under Windows 2015-10-27 18:24:34 +00:00
qipaddress Update strtoll and strtoull from upstream FreeBSD 2015-03-26 06:11:14 +00:00
qlockfile Tests: Always verify whether QTemporaryDir/File creation succeeded. 2015-09-28 15:05:43 +00:00
qloggingcategory QLoggingCategory: fix default severity in Q_LOGGING_CATEGORY macro 2015-08-03 14:40:19 +00:00
qloggingregistry Update copyright headers 2015-02-11 06:49:51 +00:00
qnodebug QDateTime: drop quotes in QDebug output 2015-02-21 16:58:39 +00:00
qprocess tst_QProcess: Use a QTemporaryDir for files to be created. 2015-11-26 15:53:34 +00:00
qprocess-noapplication Update copyright headers 2015-02-11 06:49:51 +00:00
qprocessenvironment QProcessEnvironment: fix op== 2015-07-07 05:22:33 +00:00
qresourceengine fix distclean targets 2015-04-23 19:16:57 +00:00
qsavefile Tests: Always verify whether QTemporaryDir/File creation succeeded. 2015-09-28 15:05:43 +00:00
qsettings Extend blacklisting of tst_qsettings to OSX 10.11 2015-12-15 09:45:51 +00:00
qstandardpaths QStandardPaths: warn if $XDG_RUNTIME_DIR doesn't exist 2015-12-22 09:56:23 +00:00
qstorageinfo Tests: Always verify whether QTemporaryDir/File creation succeeded. 2015-09-28 15:05:43 +00:00
qtemporarydir tst_QTemporaryDir::nonWritableCurrentDir: Add a check for write protection. 2015-12-22 10:59:03 +00:00
qtemporaryfile Set the state of QTemporaryFileEngine properly prior to reopening 2015-07-15 04:53:30 +00:00
qtextstream Revert "tests: fixed compilation of tst_qtextstream" 2015-12-15 09:21:14 +00:00
qurl Fix toDisplayString(QUrl::PreferLocalFile) on Win 2016-01-20 13:24:53 +00:00
qurlinternal Update copyright headers 2015-02-11 06:49:51 +00:00
qurlquery Add qHash(QUrlQuery) 2015-04-20 07:41:56 +00:00
qwinoverlappedionotifier Update copyright headers 2015-02-11 06:49:51 +00:00
io.pro Add the QStorageInfo class 2014-08-13 16:09:58 +02:00