summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-08-21 06:22:42 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-08-21 06:22:42 (GMT)
commit184cc9528b4361b3c60025a1610fd88e3eb5895d (patch)
treef7f24eec7f581eaa2c4345bba3afde982a12971a /tests
parent489f3e32b23211c2a8decb3391a2462f62762f69 (diff)
downloadQt-184cc9528b4361b3c60025a1610fd88e3eb5895d.zip
Qt-184cc9528b4361b3c60025a1610fd88e3eb5895d.tar.gz
Qt-184cc9528b4361b3c60025a1610fd88e3eb5895d.tar.bz2
update
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/declarative/qmlparser/dynamicObject.1.qml2
-rw-r--r--tests/auto/declarative/qmlparser/lib/com/nokia/installedtest/InstalledTest.qml2
-rw-r--r--tests/auto/declarative/qmlparser/subdir/Test.qml2
3 files changed, 4 insertions, 2 deletions
diff --git a/tests/auto/declarative/qmlparser/dynamicObject.1.qml b/tests/auto/declarative/qmlparser/dynamicObject.1.qml
index 4be0c8d..85d1052 100644
--- a/tests/auto/declarative/qmlparser/dynamicObject.1.qml
+++ b/tests/auto/declarative/qmlparser/dynamicObject.1.qml
@@ -1,6 +1,6 @@
import Test 1.0
import Qt 4.6
-SetProperties {
+PropertyChanges {
propa: a + 10
propb: Math.min(a, 10)
propc: MyPropertyValueSource {}
diff --git a/tests/auto/declarative/qmlparser/lib/com/nokia/installedtest/InstalledTest.qml b/tests/auto/declarative/qmlparser/lib/com/nokia/installedtest/InstalledTest.qml
index 65f0276..d8a22a8 100644
--- a/tests/auto/declarative/qmlparser/lib/com/nokia/installedtest/InstalledTest.qml
+++ b/tests/auto/declarative/qmlparser/lib/com/nokia/installedtest/InstalledTest.qml
@@ -1,2 +1,2 @@
import Qt 4.6
-Rect {}
+Rectangle {}
diff --git a/tests/auto/declarative/qmlparser/subdir/Test.qml b/tests/auto/declarative/qmlparser/subdir/Test.qml
new file mode 100644
index 0000000..c4d5905
--- /dev/null
+++ b/tests/auto/declarative/qmlparser/subdir/Test.qml
@@ -0,0 +1,2 @@
+import Qt 4.6
+Rectangle { }