summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-07-26 13:02:55 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-07-26 13:02:55 +0200
commitcc2b74229f3755b2d748f2739492b265c442d18a (patch)
treefc68396de80ec66ac5bb483dd40789583edef359 /test
parentae46674dd69cc4e65f595dc364a8c35c8d6aee30 (diff)
Set correct window title when starting feh in paused mode
Diffstat (limited to 'test')
-rwxr-xr-xtest/feh.i8
1 files changed, 2 insertions, 6 deletions
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]');