A correction with version up of weston(1.2.0->1.2.1)
[profile/ivi/ico-uxf-weston-plugin.git] / tests / testdata / hs_animatest.dat
1 #       Test for Weston IVI Plugin for HomeScreen(SystemController)
2 #       Animation Test
3 #
4 #       1. Surface animation
5 sleep 1
6 launch ../tests/test-eflapp @1 -color=0xe02040ff 2> ../tests/testlog/test-eflapp.log 1>&2
7 waitcreate 2
8 resize test-eflapp@1 400 300
9 move test-eflapp@1 300 350 0
10 show test-eflapp@1
11 sleep 1
12 #
13 # zoom and show/hide
14 animation test-eflapp@1 zoom 600
15 show test-eflapp@1 1
16 sleep 2
17 hide test-eflapp@1 1
18 sleep 2
19 #
20 # zoom and move
21 animation test-eflapp@1 zoom 1000
22 show test-eflapp@1
23 sleep 1
24 move test-eflapp@1 100 50 0 1
25 sleep 2
26 move test-eflapp@1 500 400 0 1
27 #sleep 2
28 #
29 # zoom and resize
30 animation test-eflapp@1 zoom 1000
31 resize test-eflapp@1 80 50 1
32 sleep 2
33 resize test-eflapp@1 300 200 1
34 sleep 2
35 #
36 # zoom and positionsize
37 positionsize test-eflapp@1 800 600 120 80 0 1
38 sleep 2
39 positionsize test-eflapp@1 200 300 80 60
40 sleep 2
41 positionsize test-eflapp@1 400 500 300 200 0 1
42 sleep 2
43 #
44 sleep 1
45 kill test-eflapp@1
46 sleep 1
47 #
48 #
49 #       2. End of Test
50 bye
51