summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qfileinfo/tst_qfileinfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Skip instead of entirely excluding tests with disabled featuresMarko Kangas2015-03-161-4/+6
* Use qrc for test data in QFileInfo test on all platformsEskil Abrahamsen Blomfeldt2015-02-181-28/+11
* Android: Fix tst_QFileInfo::isExecutable()Eskil Abrahamsen Blomfeldt2015-02-171-1/+5
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Android: Fix test failure for test QFileInfo::lastRead()Eskil Abrahamsen Blomfeldt2014-12-221-0/+4
* Android: Fix QFileInfo testsEskil Abrahamsen Blomfeldt2014-12-221-1/+24
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* QSettings: use QSaveFile and QLockFile to write the settingsOlivier Goffart2014-07-241-3/+73
* QNX: Fix tst_qfileinfoBernd Weimer2014-05-141-6/+3
* Disable UNC tests on WinRT.Janne Anttila2014-03-141-2/+2
* Revert path() behavior to not expand a current path on a driveAndy Shaw2014-03-041-1/+1
* WinRT: Fix various test compilationsAndrew Knight2013-10-021-8/+8
* Add a static QFileInfo::exists(fileName) functionhjk2013-09-131-0/+1
* Improve tst_QFileInfo::compare() test, but mark as QEXPECT_FAIL on MacTor Arne Vestbø2013-08-071-11/+6
* tst_qfileinfo: Fix invalid preprocessor directive.Friedemann Kleint2013-02-261-1/+1
* Fix QFileInfo autotest for VxWorks.Pasi Petäjäjärvi2013-02-191-4/+10
* Fix warning about redefinition of _WIN32_WINNT.Friedemann Kleint2013-01-281-1/+0
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Fix cleanup of temporary files in test of QFileInfo.Friedemann Kleint2013-01-221-25/+24
* | Reduce invocations of QFINDTESTDATA in tst_qfileinfo.Friedemann Kleint2013-01-211-31/+47
* | Fix temporary file leak in tst_qfileinfo.Friedemann Kleint2013-01-211-4/+3
|/
* Do not detect directories ending in ".lnk" as link files.Friedemann Kleint2012-11-231-0/+7
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Blackberry: fix tst_QFileInfo::fileTimes()Rafael Roquetto2012-09-141-1/+5
* 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
* Make tests/auto/corelib compile on Windows CEKevin Funk2012-08-301-0/+2
* Fix cases where functions are called with a drive and no slashAndy Shaw2012-05-161-1/+25
* Add QFileInfo::isNativePathJoão Abecasis2012-02-141-11/+12
* Fixed tst_qfileinfo::group crash if getgrgid failsRohan McGovern2012-02-091-0/+6
* Windows: Fix autotests with -qtnamespaceKai Koehne2012-01-311-1/+6
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* QFileInfo autotest - don't fail on default configured windows systemsShane Kearns2012-01-201-0/+13
* 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
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Prevent QFileInfo test from leaving temporary files behind.Jason McDonald2012-01-051-20/+33
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-061-3/+0
* Fixed installation of corelib testsRohan McGovern2011-12-011-27/+27
* Cleanup corelib autotestsJason McDonald2011-11-301-6/+5
* Correct usage of network-settings.h.Jason McDonald2011-11-281-0/+2
* Remove obsolete test data from QFileInfo test.Jason McDonald2011-11-181-1/+0
* Don't depend on moc to disable test functions.Jason McDonald2011-11-181-10/+14
* Add Q_DECLARE_PRIVATE equivalent for QDir, to be able to subclass itDavid Faure2011-11-081-3/+0
* Cleanup corelib autotestsJason McDonald2011-11-071-10/+3
* Check QFileInfo::isExecutable for symlinks, works as intended.David Faure2011-10-231-1/+18