From cc2b74229f3755b2d748f2739492b265c442d18a Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 26 Jul 2010 13:02:55 +0200 Subject: Set correct window title when starting feh in paused mode --- test/feh.i | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'test/feh.i') diff --git a/test/feh.i b/test/feh.i index ac99813..313dab8 100755 --- a/test/feh.i +++ b/test/feh.i @@ -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]'); -- cgit v1.2.3