summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Fix QTextStream and QDebug operator<< for QLatin1StringKent Hansen2012-02-022-0/+28
* Fixed qfile unittest on windowsKurt Korbatits2012-02-022-14/+7
* QtDebug: Include file, line, function informationKai Koehne2012-02-011-8/+38
* Remove Symbian specific code from qtbase.Xizhi Zhu2012-01-311-2/+0
* Windows: Fix autotests with -qtnamespaceKai Koehne2012-01-311-1/+6
* Update contact address in license headers.Jason McDonald2012-01-311-1/+1
* Fixed qstandardpaths unittest to check before using first()Kurt Korbatits2012-01-311-0/+1
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-3050-50/+50
* Fix BC break with QAbstractFileEngine "mount points"Shane Kearns2012-01-291-1/+92
* QUrl: deprecate setEncodedUrl() and fromEncoded(), add url().David Faure2012-01-281-8/+4
* QUrl: use partially-decoded data in toString and QUrl(QString)David Faure2012-01-281-44/+65
* Convert tst_qurl.cpp to UTF-8 (to make it editable in QtCreator)David Faure2012-01-261-18/+18
* Cleanup mess in public type ids.Jędrzej Nowacki2012-01-251-1/+2
* Make QUrl always lowercase the scheme().David Faure2012-01-241-2/+2
* QWinOverlappedIoNotifier introducedJoerg Bornemann2012-01-243-0/+222
* Changed qdatastream unittest to remove the test file it creates.Kurt Korbatits2012-01-241-0/+1
* Update contact information in license headers.Jason McDonald2012-01-2349-49/+49
* QFileInfo autotest - don't fail on default configured windows systemsShane Kearns2012-01-201-0/+13
* make tst_QProcess::softExitInSlots pass in under 120 secondsJoerg Bornemann2012-01-201-3/+24
* Remove QBool and use bool instead.David Faure2012-01-202-61/+3
* remove NTFS junction and mount point detectionJoerg Bornemann2012-01-191-5/+7
* Revert "fix NTFS mount points"Joerg Bornemann2012-01-191-1/+1
* fix NTFS mount pointsJoerg Bornemann2012-01-171-1/+1
* Added check to qtemporaryfile unittest if run as root userKurt Korbatits2012-01-171-0/+3
* Added check to qtemporarydir unittest to check and skip if rootKurt Korbatits2012-01-171-0/+3
* Moved largefile unittest to same level as qfile.Kurt Korbatits2012-01-164-2/+1
* Changed unittests in corelib to use specific headers instead of super-headers.Kurt Korbatits2012-01-168-8/+20
* Changed qprocess unittest to work from installation directory.Kurt Korbatits2012-01-1625-233/+44
* Update year in Nokia copyright headers.Jason McDonald2012-01-101-1/+1
* Changed qprocess unittest to use specific headers instead of QtCore.Kurt Korbatits2012-01-102-2/+5
* Fix compile error with qWarning() << myDateTime and QT_NO_DEBUG_OUTPUTDavid Faure2012-01-053-0/+85
* Update copyright year in license headers.Jason McDonald2012-01-0548-48/+48
* Prevent QFileInfo test from leaving temporary files behind.Jason McDonald2012-01-051-20/+33
* Pass notification of failure of watches onto the caller.Robin Burchell2012-01-041-30/+41
* fix invalid connection in tst_QProcess::lockupsInStartDetachedJoerg Bornemann2012-01-041-1/+2
* Avoid QCOMPARE outside test function in QSettings test.Jason McDonald2012-01-041-1/+9
* Remove redundant debug code from QFileSystemWatcher test.Jason McDonald2012-01-041-4/+2
* Use true and false in preference to TRUE and FALSE in tests.Jason McDonald2012-01-033-50/+50
* Remove support for dnotify QFileSystemWatcher.Robin Burchell2012-01-021-32/+1
* Prevent qDebug test bypassing the testlib message handler.Jason McDonald2011-12-301-12/+26
* Change test to use new QTRY_COMPARE/QTRY_VERIFY macros.Robin Burchell2011-12-301-26/+10
* Cleanup corelib autotests.Jason McDonald2011-12-283-2/+45
* Improve QSettings autotestJason McDonald2011-12-251-4/+2
* Reimplement QAbstractFileEngine::open() properlyBradley T. Hughes2011-12-211-1/+1
* Retire QTest::pixmapsAreEqual().Jason McDonald2011-12-201-4/+10
* Fix QDir::removeRecursively so it doesn't follow symlinks to directories.David Faure2011-12-191-0/+26
* Fix qfile unit test failing on shadow build.Kurt Korbatits2011-12-131-3/+3
* Update .gitignore for tests/auto/corelib/io/qresourceengineBradley T. Hughes2011-12-121-0/+1
* Fixes for tst_QTemporary(File|Dir)::nonWritableCurrentDirJoão Abecasis2011-12-092-6/+4
* QProcess-test: Fix executable location on Windows.Friedemann Kleint2011-12-091-7/+0