summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | Add missing license header to test caseJoão Abecasis2010-12-051-0/+41
| | * | | | | | | Merge remote branch 'origin/master' into file-engine-refactorJoão Abecasis2010-12-02166-5473/+20213
| | |\ \ \ \ \ \ \
| | * | | | | | | | Fix tst_QFile::caseSensitivity test on MacJoão Abecasis2010-11-301-1/+1
| | * | | | | | | | Fix typo in QFile testJoão Abecasis2010-11-301-1/+1
| | * | | | | | | | Add test generated files to .gitignoreShane Kearns2010-11-301-6/+0
| | * | | | | | | | Fix compile error for qdir autotest on symbian3Shane Kearns2010-11-301-0/+1
| | * | | | | | | | QtDeclarative: make autotests compile on symbianShane Kearns2010-11-306-21/+41
| | * | | | | | | | Add symbian platform security and case sensitivity test casesShane Kearns2010-11-301-0/+92
| | * | | | | | | | Fix link() autotest on WindowsPrasanth Ullattil2010-11-261-1/+1
| | * | | | | | | | Flagging some more tests as parallelizableJoão Abecasis2010-11-258-0/+13
| | * | | | | | | | Fix QFile::link unit testJoão Abecasis2010-11-251-4/+10
| | * | | | | | | | Fix QFileDialog autotestJoão Abecasis2010-11-251-0/+1
| | * | | | | | | | QAbstractFileEngine test caseJoão Abecasis2010-11-241-1/+1
| | * | | | | | | | Smoke test for QAbstractFileEngineJoão Abecasis2010-11-245-0/+737
| | * | | | | | | | Merge remote branch 'qt/master' into file-engine-refactorJoão Abecasis2010-11-231430-68028/+87332
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Fix QFile autotest for out-of-source buildsJoão Abecasis2010-11-221-2/+2
| | * | | | | | | | | Update QDirModel autotest (symbian)Shane Kearns2010-11-181-13/+9
| | * | | | | | | | | Fix test compile issues on symbianShane Kearns2010-11-181-3/+4
| | * | | | | | | | | Fix test compile error on linuxShane Kearns2010-11-171-3/+1
| | * | | | | | | | | Test Coverage: add tests to cover QDir APIShane Kearns2010-11-172-4/+207
| | * | | | | | | | | Test coverage: test more of QFile APIShane Kearns2010-11-171-0/+18
| | * | | | | | | | | Test coverage: test QFile::resizeShane Kearns2010-11-161-0/+26
| | * | | | | | | | | test coverage: add test for QDir::match static functionsShane Kearns2010-11-161-0/+30
| | * | | | | | | | | test coverage: test QDir::addSearchPathShane Kearns2010-11-161-0/+23
| | * | | | | | | | | test coverage: test QFileInfo::group()Shane Kearns2010-11-161-0/+25
| | * | | | | | | | | Test coverage - ensure tst_qfileinfo tests dir & absoluteDir functionsShane Kearns2010-11-162-2/+12
| | * | | | | | | | | Fix tst_qfileinfo crash on windows with UAC enabledShane Kearns2010-11-161-2/+18
| | * | | | | | | | | Re-enable emulated QFile::map on symbianShane Kearns2010-10-291-12/+0
| | * | | | | | | | | Add tests for QFileInfo::owner()Prasanth Ullattil2010-10-272-0/+68
| | * | | | | | | | | Fix errors in the QFileDialog autotestShane Kearns2010-10-201-1/+5
| | * | | | | | | | | Fix compile error in tst_qxmlstreamShane Kearns2010-10-202-1/+5
| | * | | | | | | | | Fix crashes and hangs in qprocess autotestShane Kearns2010-10-191-1/+7
| | * | | | | | | | | Autotest for seeking beyond end of file and then writingShane Kearns2010-10-191-0/+31
| | * | | | | | | | | Create regression test for QFileInfo("").exists()Shane Kearns2010-10-181-0/+1
| | * | | | | | | | | Fix for qfileinfo isExecutable test case.Shane Kearns2010-10-181-3/+0
| | * | | | | | | | | Correct errors in the qimagereader autotestShane Kearns2010-10-181-1/+9
| | * | | | | | | | | Fix deployment for examples and testsShane Kearns2010-10-1267-70/+70
| | * | | | | | | | | Test QDir::mkdir/mkpath return codesThomas Zander2010-10-121-0/+13
| | * | | | | | | | | Add test to test QDir caching behavior.Thomas Zander2010-10-122-2/+15
| | * | | | | | | | | Fix compilation of two autotestsShane Kearns2010-10-122-0/+9
| | * | | | | | | | | Merge remote branch 'qt/master' into earth/file-engine-refactorShane Kearns2010-10-0822-6/+579
| | |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Fix RVCT compile error in tst_collectionsShane Kearns2010-10-071-1/+1
| | * | | | | | | | | | Add test case for enumerating an empty directoryShane Kearns2010-10-071-0/+16
| | * | | | | | | | | | Merge commit 'origin/master' into fileEnginesThomas Zander2010-10-06838-1230/+173475
| | |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge commit 'origin/master' into fileEnginesOn47Thomas Zander2010-09-28200-500/+10961
| | |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Test 'QDir::cd' a bit betterThomas Zander2010-09-221-0/+1
| | * | | | | | | | | | | | Differntiate different types of absolute paths on windows.Prasanth Ullattil2010-09-171-8/+39
| | * | | | | | | | | | | | integrate "source" use case to bench_qdir_treeShane Kearns2010-09-161-1/+17
| | * | | | | | | | | | | | Fix QSettings auto test to use QTRY_VERIFYJoão Abecasis2010-09-161-8/+5
| | * | | | | | | | | | | | Integrate media use case performance tests to qdir tree benchmarksShane Kearns2010-09-152-1/+61