packaging: Update dependencies and bump version to 0.9.23
[profile/ivi/ico-uxf-weston-plugin.git] / tests / testdata / hs_resize.dat
1 #       Test for Weston IVI Plugin for HomeScreen(SystemController)
2 #       Resize bug test
3 #
4 #       1. Pure client
5 launch ../tests/test-client < ../tests/testdata/cl_surface2.dat 2> ../tests/testlog/test-client2.log
6 waitcreate 2
7 resize test-client 150 100
8 show test-client
9 sleep 1
10 resize test-client 300 200
11 sleep 1
12 resize test-client 150 100
13 sleep 1
14 kill test-client
15 waitdestroy 60
16 sleep 1
17 #
18 #       2. EFL client
19 launch ../tests/test-eflapp @1 -color=0xe02040ff 2> ../tests/testlog/test-eflapp.log 1>&2
20 waitcreate 2
21 resize test-eflapp@1 150 100
22 show test-eflapp@1
23 sleep 1
24 resize test-eflapp@1 300 200
25 sleep 1
26 resize test-eflapp@1 150 100
27 sleep 1
28 kill test-eflapp@1
29 waitdestroy 60
30 sleep 1
31 #
32 #       3. Pure client
33 launch ../tests/test-client < ../tests/testdata/cl_surface2.dat 2> ../tests/testlog/test-client2.log
34 waitcreate 2
35 resize test-client 1080 128
36 show test-client
37 sleep 1
38 resize test-client 1080 1020
39 sleep 1
40 resize test-client 1080 128
41 sleep 1
42 kill test-client
43 waitdestroy 60
44 sleep 1
45 #
46 #       4. EFL client
47 launch ../tests/test-eflapp @1 -color=0xe02040ff 2> ../tests/testlog/test-eflapp.log 1>&2
48 waitcreate 2
49 resize test-eflapp@1 1080 128
50 show test-eflapp@1
51 sleep 1
52 resize test-eflapp@1 1080 1020
53 sleep 1
54 resize test-eflapp@1 1080 128
55 sleep 1
56 kill test-eflapp@1
57 waitdestroy 60
58 sleep 1
59 #
60 #       9. End of Test
61 bye
62