diff options
| author | Daniel Friesel <derf@derf.homelinux.org> | 2010-07-26 13:02:55 +0200 | 
|---|---|---|
| committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-07-26 13:02:55 +0200 | 
| commit | cc2b74229f3755b2d748f2739492b265c442d18a (patch) | |
| tree | fc68396de80ec66ac5bb483dd40789583edef359 /test | |
| parent | ae46674dd69cc4e65f595dc364a8c35c8d6aee30 (diff) | |
Set correct window title when starting feh in paused mode
Diffstat (limited to 'test')
| -rwxr-xr-x | test/feh.i | 8 | 
1 files changed, 2 insertions, 6 deletions
| @@ -4,7 +4,7 @@ use warnings;  use 5.010;  use Cwd; -use Test::More tests => 71; +use Test::More tests => 70;  use Time::HiRes qw/sleep/;  use X11::GUITest qw/:ALL/; @@ -148,11 +148,7 @@ test_no_win('cycle-once + slideshow-delay -> window closed');  $win = feh_start('--cycle-once --slideshow-delay -0.01',  	'test/ok.png test/ok.jpg test/ok.gif'); -TODO: { -	local $TODO = '"Paused" with negative delay broken for first window'; -	test_win_title($win, 'feh [1 of 3] - test/ok.png [Paused]'); -} -test_win_title($win, 'feh [1 of 3] - test/ok.png'); +test_win_title($win, 'feh [1 of 3] - test/ok.png [Paused]');  SendKeys('h');  test_no_win('cycle-once + negative delay + [h]'); | 
