packaging: Update dependencies and bump version to 0.9.23
[profile/ivi/ico-uxf-weston-plugin.git] / tests / testdata / hs_mapsurf.dat
1 #       Test for Weston IVI Plugin for HomeScreen(SystemController)
2 #       Surface Map Test
3 #
4 #
5 #       1. Surface Map/Unmap
6 #
7 launch ../tests/test-client < ../tests/testdata/cl_surface5.dat 2> ../tests/testlog/test-client01.log 1>&2
8 waitcreate 2
9 move test-client 300 200
10 show test-client
11 sleep 1
12 # map surface
13 map test-client 0
14 #
15 sleep 1
16 launch ../tests/test-eflapp @1 -color=0xe02040ff 2> ../tests/testlog/test-eflapp.log 1>&2
17 waitcreate 2
18 move test-eflapp@1 100 50
19 show test-eflapp@1
20 sleep 1
21 #
22 # map surface
23 map test-eflapp@1 15
24 sleep 2
25 #
26 # unmap surface
27 unmap test-eflapp@1
28 unmap test-client
29 #
30 sleep 1
31 kill test-client
32 kill test-eflapp@1
33 sleep 0.5
34 #
35 #       2. End of Test
36 bye
37