summaryrefslogtreecommitdiffstats
path: root/tests/auto/qabstractfileengine
Commit message (Collapse)AuthorAgeFilesLines
* 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