summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/io/qtemporaryfile/tst_qtemporaryfile.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Set the state of QTemporaryFileEngine properly prior to reopeningThiago Macieira2015-07-151-0/+1
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Android: Fix QTemporaryFile testsEskil Abrahamsen Blomfeldt2015-01-081-8/+37
* Android: Fix QTemporaryDir/File::nonWritableCurrentDir() testsEskil Abrahamsen Blomfeldt2014-12-221-0/+5
* Update license headers and add new license filesMatti Paaso2014-09-241-18/+10
* Reduce repetitive invocations of QFINDTESTDATA.Friedemann Kleint2014-07-101-4/+8
* Ensure that QTemporaryFile clears all file mappings.Friedemann Kleint2014-07-031-0/+5
* WinRT: Fix various test compilationsAndrew Knight2013-10-021-2/+2
* Ensure QTemporaryFile can create files when an identical dir exists.Mitch Curtis2013-03-231-0/+35
* Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* Rename createLocalFile to createNativeFile & deprecate createLocalFileAndy Shaw2012-10-021-1/+37
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix QTemporaryFile::open() failing after remove().Mitch Curtis2012-06-051-0/+20
* 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
* Added check to qtemporaryfile unittest if run as root userKurt Korbatits2012-01-171-0/+3
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Fixes for tst_QTemporary(File|Dir)::nonWritableCurrentDirJoão Abecasis2011-12-091-3/+2
* Improve/cleanup qtemporarydir (and qtemporaryfile) unit testsDavid Faure2011-12-081-2/+10
* Remove TESTED_CLASS/TESTED_FILES comments from tests.Jason McDonald2011-12-061-3/+0
* Fixed installation of corelib testsRohan McGovern2011-12-011-1/+1
* Cleanup corelib autotestsJason McDonald2011-11-101-31/+29
* Cleanup corelib autotestsJason McDonald2011-11-071-30/+0
* Fix QTemporaryFile regressions and new found issuesJoão Abecasis2011-10-211-0/+2
* Atomic implementation of create file and obtain handle for Win/SymbianJoão Abecasis2011-10-211-11/+20
* Remove Symbian-specific code from tests.Jason McDonald2011-09-291-6/+2
* QTemporaryFile: Test what happens if current dir isn't writable.David Faure2011-09-281-0/+17
* QTemporaryFile: use QCoreApplication::applicationName() as base filenameDavid Faure2011-09-281-1/+3
* Moving relevant tests to corelib/ioHolger Ihrig2011-08-311-0/+729