summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-06-17 15:05:23 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-06-17 15:05:23 +0200
commit9549459abaf418e9bbf084a7e89b35736ca84c0a (patch)
treeecde93d1e71fe3b38d3a33df15a2cba5ab77ae2b /test
parentc750dc1d7cb118a8b59a5aa6d4b844735cd384bd (diff)
test-x11: Add TODO for [Paused] with negative -D
Diffstat (limited to 'test')
-rwxr-xr-xtest/feh.i8
1 files changed, 7 insertions, 1 deletions
diff --git a/test/feh.i b/test/feh.i
index 4d10741..9f91ec9 100755
--- a/test/feh.i
+++ b/test/feh.i
@@ -3,7 +3,7 @@ use strict;
use warnings;
use 5.010;
-use Test::More tests => 39;
+use Test::More tests => 40;
use Time::HiRes qw/sleep/;
use X11::GUITest qw/:ALL/;
@@ -128,7 +128,13 @@ 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');
+
SendKeys('h');
test_no_win('cycle-once + negative delay + [h]');