aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlcomponent/data/componentUrlCanonicalization.5.qml
diff options
context:
space:
mode:
authorMatthew Vogt <matthew.vogt@nokia.com>2012-04-20 14:50:03 +1000
committerQt by Nokia <qt-info@nokia.com>2012-04-26 03:33:13 +0200
commitf29c5732f6dbb2c928a088bb14dfb63b600ca9c8 (patch)
tree938ab6533d309abcc706369680248db31a6a3da3 /tests/auto/qml/qqmlcomponent/data/componentUrlCanonicalization.5.qml
parent1d0368335d25b70d3cecbbcea224feb9ac0d6e59 (diff)
Remove relative directory elements in import paths
Avoid unnecessary conversions to/from QUrl. Change-Id: If52e78cfdaf4fe344f34d961e300b21dd4a11fb2 Reviewed-by: Michael Brasser <michael.brasser@nokia.com> Reviewed-by: Chris Adams <christopher.adams@nokia.com>
Diffstat (limited to 'tests/auto/qml/qqmlcomponent/data/componentUrlCanonicalization.5.qml')
-rw-r--r--tests/auto/qml/qqmlcomponent/data/componentUrlCanonicalization.5.qml4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/qml/qqmlcomponent/data/componentUrlCanonicalization.5.qml b/tests/auto/qml/qqmlcomponent/data/componentUrlCanonicalization.5.qml
new file mode 100644
index 0000000000..66993ab56d
--- /dev/null
+++ b/tests/auto/qml/qqmlcomponent/data/componentUrlCanonicalization.5.qml
@@ -0,0 +1,4 @@
+import "../../../../../../Invalid"
+
+Item {
+}