summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativemoduleplugin/data
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2010-10-08 03:47:17 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2010-10-08 03:50:01 (GMT)
commitc4cbd04275906b1bfa1a55147a0a4bb626033a20 (patch)
tree0689a5f311bc3f6d7d48300cd6a7859b6a166239 /tests/auto/declarative/qdeclarativemoduleplugin/data
parent5447a9590dc0efa1a79fde6235fdcf76d3ae81fe (diff)
downloadQt-c4cbd04275906b1bfa1a55147a0a4bb626033a20.zip
Qt-c4cbd04275906b1bfa1a55147a0a4bb626033a20.tar.gz
Qt-c4cbd04275906b1bfa1a55147a0a4bb626033a20.tar.bz2
Check plugin and QML file case on Mac and Windows
This test should prevent the case where a QML app that is developed on a case insensitive filesystem (like on Mac or Windows) and then run on a case sensitive filesystem (like on Linux) fails to find module plugins, imports and QML files. Task-number: QTBUG-13517
Diffstat (limited to 'tests/auto/declarative/qdeclarativemoduleplugin/data')
-rw-r--r--tests/auto/declarative/qdeclarativemoduleplugin/data/incorrectCase.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativemoduleplugin/data/incorrectCase.qml b/tests/auto/declarative/qdeclarativemoduleplugin/data/incorrectCase.qml
new file mode 100644
index 0000000..a21ece7
--- /dev/null
+++ b/tests/auto/declarative/qdeclarativemoduleplugin/data/incorrectCase.qml
@@ -0,0 +1,4 @@
+import com.nokia.WrongCase 1.0
+
+MyPluginType { value: 123 }
+