# Test for Weston IVI Plugin for HomeScreen(SystemController) # Animation Test # # 1. Surface animation launch ../tests/test-client < ../tests/testdata/cl_surface4.dat 2> ../tests/testlog/test-client04.log waitcreate 2 resize test-client 200 300 move test-client 300 400 0 # # fade and show/hide animation test-client fade 400 show test-client 1 sleep 1 hide test-client 1 sleep 2 # # slide.toleft and show/hide animation test-client slide.toleft 400 show test-client 1 sleep 1 hide test-client 1 sleep 2 # # slide.toright and show/hide animation test-client slide.toright 400 show test-client 1 sleep 1 hide test-client 1 sleep 2 # # slide.totop and show/hide animation test-client slide.totop 400 show test-client 1 sleep 1 hide test-client 1 sleep 2 # # slide.tobottom and show/hide animation test-client slide.tobottom 400 show test-client 1 sleep 1 hide test-client 1 sleep 2 # # zoom and show/hide animation test-client zoom 400 show test-client 1 sleep 1 hide test-client 1 sleep 3 # # fade and move animation test-client fade 600 move test-client 600 200 1 sleep 2 move test-client 500 300 1 sleep 3 # waitdestroy 60 sleep 1 # kill test-client sleep 0.5 # # 2. End of Test bye