summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-11-13 04:53:49 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-11-13 04:53:49 (GMT)
commitb143576a735b6ec67058d5c6b6cf369b1002756d (patch)
tree6925aafce82f7a88d290e15ef57098ac9cc6735b /tests/auto
parent14821863b830b85ccb29df217a52f1ca52c9c421 (diff)
downloadQt-b143576a735b6ec67058d5c6b6cf369b1002756d.zip
Qt-b143576a735b6ec67058d5c6b6cf369b1002756d.tar.gz
Qt-b143576a735b6ec67058d5c6b6cf369b1002756d.tar.bz2
Missing files
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/declarative/qmllanguage/data/cppnamespace.2.qml5
-rw-r--r--tests/auto/declarative/qmlqt/data/md5.qml6
2 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmllanguage/data/cppnamespace.2.qml b/tests/auto/declarative/qmllanguage/data/cppnamespace.2.qml
new file mode 100644
index 0000000..e3b32ca
--- /dev/null
+++ b/tests/auto/declarative/qmllanguage/data/cppnamespace.2.qml
@@ -0,0 +1,5 @@
+import Test 1.0
+
+MySecondNamespacedType {
+ list: [ MyNamespacedType {} ]
+}
diff --git a/tests/auto/declarative/qmlqt/data/md5.qml b/tests/auto/declarative/qmlqt/data/md5.qml
new file mode 100644
index 0000000..3c96a6b
--- /dev/null
+++ b/tests/auto/declarative/qmlqt/data/md5.qml
@@ -0,0 +1,6 @@
+import Qt 4.6
+
+Object {
+ property string test1: Qt.md5()
+ property string test2: Qt.md5("Hello World")
+}