summaryrefslogtreecommitdiffstats
path: root/tests/auto/qabstractfileengine
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2011.Rohan McGovern2011-03-101-1/+1
| | | | | Reviewed-by: Trust Me (cherry picked from commit 774a3536b00c4d6e4c4c10b708e31b4373a338e3)
* Add missing license header to test caseJoão Abecasis2010-12-051-0/+41
|
* QAbstractFileEngine test caseJoão Abecasis2010-11-241-1/+1
| | | | Oops, I let a space character slip...
* Smoke test for QAbstractFileEngineJoão Abecasis2010-11-244-0/+736
This tests the default file support provided by Qt, together with QFSFileEngine, QResource engine and a reference custom file engine that works on top of a simple virtual in-memory file system. For now, the test is only focusing on QFile I/O functionality, it should be extended to cover QFileInfo, QDir, QDirIterator and file system operations in QFile. The intent for the reference file engine is not to be a fully functional file system, but to ensure that minimal support for custom file engines is working. Reviewed-by: Shane Kearns