aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testapplications/elements/content/ParticleSystemElement.qml
diff options
context:
space:
mode:
authorDamian Jansen <damian.jansen@nokia.com>2012-04-30 10:44:47 +1000
committerQt by Nokia <qt-info@nokia.com>2012-06-01 03:26:06 +0200
commitbd9962711efffcf5c1929e9ba0a85a731f2705b6 (patch)
tree159ff0171ec501aafdfc8d29ed2586c29466268b /tests/testapplications/elements/content/ParticleSystemElement.qml
parentb1640db606473a18ee3524e4ca9b49a2501751a8 (diff)
Update system tests
A few items have changed, namely: SpriteImage property names XmlListModel is separated from QtQuick A fixed bug in ParticleSystem Change-Id: Iec8fb1c6ad0a76deb6b0733caf3b893e0da0627e Reviewed-by: Alan Alpert <alan.alpert@nokia.com>
Diffstat (limited to 'tests/testapplications/elements/content/ParticleSystemElement.qml')
-rw-r--r--tests/testapplications/elements/content/ParticleSystemElement.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testapplications/elements/content/ParticleSystemElement.qml b/tests/testapplications/elements/content/ParticleSystemElement.qml
index cd64980c82..ba3892f912 100644
--- a/tests/testapplications/elements/content/ParticleSystemElement.qml
+++ b/tests/testapplications/elements/content/ParticleSystemElement.qml
@@ -87,7 +87,7 @@ Item {
"Advance to resume simulation." }
},
State { name: "resumed"; when: statenum == 3
- PropertyChanges { target: bugpanel; bugnumber: "21539" }
+ // PropertyChanges { target: bugpanel; bugnumber: "21539" } FIXED
PropertyChanges { target: particlesystemelement; paused: false }
PropertyChanges { target: particlesystemelementtest
testtext: "The simulation should now be active.\n"+