A correction with version up of weston(1.2.0->1.2.1)
[profile/ivi/ico-uxf-weston-plugin.git] / tests / testdata / hs_animatest_all.dat
1 #       Test for Weston IVI Plugin for HomeScreen(SystemController)
2 #       Animation Test
3 #
4 #       1. Surface animation
5 launch ../tests/test-client < ../tests/testdata/cl_surface4.dat 2> ../tests/testlog/test-client04.log
6 waitcreate 2
7 resize test-client 200 300
8 move test-client 300 400 0
9 #
10 # fade and show/hide
11 animation test-client fade 400
12 show test-client 1
13 sleep 1
14 hide test-client 1
15 sleep 2
16 #
17 # slide.toleft and show/hide
18 animation test-client slide.toleft 400
19 show test-client 1
20 sleep 1
21 hide test-client 1
22 sleep 2
23 #
24 # slide.toright and show/hide
25 animation test-client slide.toright 400
26 show test-client 1
27 sleep 1
28 hide test-client 1
29 sleep 2
30 #
31 # slide.totop and show/hide
32 animation test-client slide.totop 400
33 show test-client 1
34 sleep 1
35 hide test-client 1
36 sleep 2
37 #
38 # slide.tobottom and show/hide
39 animation test-client slide.tobottom 400
40 show test-client 1
41 sleep 1
42 hide test-client 1
43 sleep 2
44 #
45 # zoom and show/hide
46 animation test-client zoom 400
47 show test-client 1
48 sleep 1
49 hide test-client 1
50 sleep 3
51 #
52 # fade and move
53 animation test-client fade 600
54 move test-client 600 200 1
55 sleep 2
56 move test-client 500 300 1
57 sleep 3
58 #
59 waitdestroy 60
60 sleep 1
61 #
62 kill test-client
63 sleep 0.5
64 #
65 #       2. End of Test
66 bye
67