diff options
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]'); |