summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* Fix Windows: QStandardPath::findExecutable() to check suffixes.Friedemann Kleint2012-10-081-26/+79
* Overhaul a little the QUrl error reporting.Thiago Macieira2012-10-021-11/+16
* Update some error messages in QUrl::errorString()Thiago Macieira2012-10-021-8/+12
* Remove the annoying qWarning when QUrl::setPort is out of rangeThiago Macieira2012-10-021-3/+0
* Make QUrl::toString() / toEncoded() return empty for invalid URLsThiago Macieira2012-10-021-4/+43
* Add two compound URL invalidity cases for isValid()Thiago Macieira2012-10-021-14/+32
* QProcess.tests: adding test for channel forwardingThomas Hartmann2012-10-024-0/+89
* Rename createLocalFile to createNativeFile & deprecate createLocalFileAndy Shaw2012-10-024-1/+44
* QWinOverlappedIoNotifier test for multiple I/O operations addedJoerg Bornemann2012-10-021-20/+102
* QWinOverlappedIoNotifier: multiple I/O operations on the same handleJoerg Bornemann2012-10-021-4/+4
* remove no-op test from tst_qfileJoerg Bornemann2012-09-271-23/+0
* Test: tst_QFile::writeLargeDataBlock() unstable failure as XFAILCaroline Chao2012-09-261-2/+10
* Test: tst_QFile::writeLargeDataBlock() unstable failure as XFAILCaroline Chao2012-09-251-1/+1
* Fix default-constructed QFileSystemEntryJoão Abecasis2012-09-251-0/+41
* Test: Enabled tst_QFile::invalidFileCaroline Chao2012-09-241-2/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2254-1316/+1316
* remove mentions of borland from project filesOswald Buddenhagen2012-09-192-2/+2
* Blackberry: fix tst_QFileInfo::fileTimes()Rafael Roquetto2012-09-141-1/+5
* tests: Don't omit the body of a test function with QT_BUILD_INTERNALSergio Ahumada2012-09-144-44/+64
* Fixed: QFileInfo::lastModified() returning wrong value.Markku Heikkila2012-09-131-0/+10
* Blackberry: fix tst_QFileInfo::isWritable()Rafael Roquetto2012-09-131-1/+4
* Use true and false in preference to TRUE and FALSESergio Ahumada2012-09-051-1/+1
* test: Mark tst_QFile::writeLargeDataBlock() unstable failure as XFAILSergio Ahumada2012-08-311-1/+11
* Make tests/auto/corelib compile on Windows CEKevin Funk2012-08-303-2/+4
* QUrl: port thread-safety autotest from Qt4.David Faure2012-08-262-1/+92
* Remove unused inotify includes in the filesystem watcher testThomas McGuire2012-08-231-8/+0
* Fix decoding of QByteArray in the deprecated "encoded" setters in QUrlThiago Macieira2012-08-202-0/+45
* tst_qurlinternal: use qurl_p.h instead of declaring the functionsThiago Macieira2012-08-201-9/+1
* Add bool QStandardPaths::isTestModeEnabled()David Faure2012-08-091-0/+2
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-0153-0/+53
* Make sure that the parsing mode reaches QUrlPrivate::setHostThiago Macieira2012-08-011-1/+26
* Make QUrl::setScheme only parse in strict mode (no decoding)Thiago Macieira2012-08-011-3/+11
* Fix QUrl support for empty usernames and passwordsThiago Macieira2012-08-011-3/+9
* Fix handling of encoded NULs (%00) in QUrl::fromPercentEncodingThiago Macieira2012-08-011-1/+3
* QDebug: Add getter/setter for auto-insert-spaces.David Faure2012-07-271-0/+21
* Base 'FileSystem' test helper class on QTemporaryDir.Friedemann Kleint2012-07-262-19/+21
* Windows: Do not return short path names for QDir::tempPath().Friedemann Kleint2012-07-171-0/+2
* fix object file name clashOswald Buddenhagen2012-07-163-0/+3
* Fix small problems with tst_QProcessThiago Macieira2012-07-121-3/+4
* test: subtract qurlinternal.pro when private_tests are not enabledSergio Ahumada2012-07-101-1/+2
* Avoid load(testcase) for installing test helper appsRohan McGovern2012-07-041-6/+6
* Fixed several unit tests to work in shadow buildsKurt Korbatits2012-06-292-0/+2
* Fix QIODevice warning when running rcc.Mitch Curtis2012-06-261-0/+44
* Add missing subdirs (the new QUrl unit tests were not compiled and run)David Faure2012-06-262-0/+3
* Skip 3 test methods if the test server isn't set up.David Faure2012-06-232-3/+8
* Fix qdiriterator autotest build for WEC7.Janne Anttila2012-06-211-1/+1
* Fix qfile autotest build for WEC7Janne Anttila2012-06-212-3/+5
* Fix tst_qfile opening of stdin/out/err: don't assumeThiago Macieira2012-06-181-29/+38
* Remove widgets dependency from qdatastream autotestKent Hansen2012-06-072-1/+2
* Make qprocess autotest build without widgetsKent Hansen2012-06-072-0/+5