summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMichael Brasser <michael.brasser@nokia.com>2009-11-03 22:28:17 (GMT)
committerMichael Brasser <michael.brasser@nokia.com>2009-11-03 22:28:41 (GMT)
commit356fe6a0474c07dc6dd8ffd9b52f1e2060e3a450 (patch)
treec450d4ff0704489208df25c11a206d91e5087f04 /tests
parentd1a1d5df2ec9e34cdbed340685fc8e8dd8e9bece (diff)
downloadQt-356fe6a0474c07dc6dd8ffd9b52f1e2060e3a450.zip
Qt-356fe6a0474c07dc6dd8ffd9b52f1e2060e3a450.tar.gz
Qt-356fe6a0474c07dc6dd8ffd9b52f1e2060e3a450.tar.bz2
Add missing files.
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/declarative/animatedimage/data/stickman.qml5
-rw-r--r--tests/auto/declarative/animatedimage/data/stickmanpause.qml7
2 files changed, 12 insertions, 0 deletions
diff --git a/tests/auto/declarative/animatedimage/data/stickman.qml b/tests/auto/declarative/animatedimage/data/stickman.qml
new file mode 100644
index 0000000..a70db5d
--- /dev/null
+++ b/tests/auto/declarative/animatedimage/data/stickman.qml
@@ -0,0 +1,5 @@
+import Qt 4.6
+
+AnimatedImage {
+ source: "stickman.gif"
+}
diff --git a/tests/auto/declarative/animatedimage/data/stickmanpause.qml b/tests/auto/declarative/animatedimage/data/stickmanpause.qml
new file mode 100644
index 0000000..7ab17d4
--- /dev/null
+++ b/tests/auto/declarative/animatedimage/data/stickmanpause.qml
@@ -0,0 +1,7 @@
+import Qt 4.6
+
+AnimatedImage {
+ source: "stickman.gif"
+ paused: true
+ currentFrame: 2
+}