diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2013-10-02 20:13:53 +0200 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2013-10-02 20:13:53 +0200 | 
| commit | ffb63359e09c85bc84b6311d6cd76e0614884dce (patch) | |
| tree | d33c5eb7c516832684f4e3d65d0d21e90434605e /test | |
| parent | 013b068c7650ab1ef92cab6a54da6abf39673eba (diff) | |
feh-scr: Fix X11::GUITest usage
Diffstat (limited to 'test')
| -rwxr-xr-x | test/feh-scr-i.t | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/test/feh-scr-i.t b/test/feh-scr-i.t index 8f0cb09..36cb494 100755 --- a/test/feh-scr-i.t +++ b/test/feh-scr-i.t @@ -131,7 +131,7 @@ test_scr('feh_lwi');  SendKeys('^({RIG})');  test_scr('feh_lwi_scroll_r'); -SendKeys('^({DOW})'); +SendKeys('^({DOWN})');  test_scr('feh_lwi_scroll_rd');  SendKeys('^({RIG})'); @@ -286,7 +286,7 @@ test_scr('feh_lhi_iirr');  SendKeys('{UP}');  test_scr('feh_lhi_iirri'); -SendKeys('{DOW}'); +SendKeys('{DOWN}');  test_scr('feh_lhi_iirrio');  feh_stop(); @@ -294,13 +294,13 @@ feh_stop();  feh_start( q{}, 'test/bg/large/h/in' );  test_scr('feh_lhi'); -SendKeys('{DOW}'); +SendKeys('{DOWN}');  test_scr('feh_lhi_o'); -SendKeys('{DOW}'); +SendKeys('{DOWN}');  test_scr('feh_lhi_oo'); -SendKeys('{DOW}'); +SendKeys('{DOWN}');  test_scr('feh_lhi_ooo');  feh_stop(); | 
