summaryrefslogtreecommitdiffstats
path: root/tests/auto/qabstractfileengine/qabstractfileengine.qrc
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/qabstractfileengine.qrc
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/qabstractfileengine.qrc')
-rw-r--r--tests/auto/qabstractfileengine/qabstractfileengine.qrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/qabstractfileengine/qabstractfileengine.qrc b/tests/auto/qabstractfileengine/qabstractfileengine.qrc
new file mode 100644
index 0000000..5401b08
--- /dev/null
+++ b/tests/auto/qabstractfileengine/qabstractfileengine.qrc
@@ -0,0 +1,5 @@
+<!DOCTYPE RCC><RCC version="1.0">
+<qresource prefix="/tst_qabstractfileengine/">
+ <file>resources/</file>
+</qresource>
+</RCC>