aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick1/qdeclarativeanimations/data/pauseBug.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtquick1/qdeclarativeanimations/data/pauseBug.qml')
-rw-r--r--tests/auto/qtquick1/qdeclarativeanimations/data/pauseBug.qml7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/auto/qtquick1/qdeclarativeanimations/data/pauseBug.qml b/tests/auto/qtquick1/qdeclarativeanimations/data/pauseBug.qml
deleted file mode 100644
index d514cf7c43..0000000000
--- a/tests/auto/qtquick1/qdeclarativeanimations/data/pauseBug.qml
+++ /dev/null
@@ -1,7 +0,0 @@
-import QtQuick 1.1
-
-SequentialAnimation {
- id: animation
- running: true
- ScriptAction { script: animation.paused = true }
-}