summaryrefslogtreecommitdiffstats
path: root/tests/auto/qabstractfileengine/resources
diff options
context:
space:
mode:
authorJoão Abecasis <joao.abecasis@nokia.com>2010-11-24 14:03:33 (GMT)
committerJoão Abecasis <joao.abecasis@nokia.com>2010-11-24 15:30:01 (GMT)
commit535df2381d4f0e9cef9abab2c52db1ec93929e45 (patch)
tree988b039df186284e8260bb9424fc94270a3210bf /tests/auto/qabstractfileengine/resources
parent5ea5d929144ddf334bf8f47cccec35ee7dcbb10c (diff)
downloadQt-535df2381d4f0e9cef9abab2c52db1ec93929e45.zip
Qt-535df2381d4f0e9cef9abab2c52db1ec93929e45.tar.gz
Qt-535df2381d4f0e9cef9abab2c52db1ec93929e45.tar.bz2
Smoke test for QAbstractFileEngine
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
Diffstat (limited to 'tests/auto/qabstractfileengine/resources')
-rw-r--r--tests/auto/qabstractfileengine/resources/file.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/qabstractfileengine/resources/file.txt b/tests/auto/qabstractfileengine/resources/file.txt
new file mode 100644
index 0000000..8a03e0e
--- /dev/null
+++ b/tests/auto/qabstractfileengine/resources/file.txt
@@ -0,0 +1 @@
+This is a simple text file.