From 7920f39e9bee5ee9de51f3f4529be2cf15f1a1b0 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 24 Jun 2010 17:34:29 +0200 Subject: Add test for --full-screen --- test/feh.i | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/test/feh.i b/test/feh.i index 9512442..74802a7 100755 --- a/test/feh.i +++ b/test/feh.i @@ -4,7 +4,7 @@ use warnings; use 5.010; use Cwd; -use Test::More tests => 70; +use Test::More tests => 71; use Time::HiRes qw/sleep/; use X11::GUITest qw/:ALL/; @@ -296,6 +296,12 @@ is($width, 423, '--geometry: correct width'); is($height, 232, '--geometry: correct height'); feh_stop(); +$win = feh_start('--full-screen'); +(undef, undef, $width, $height) = GetWindowPos($win); +ok([(GetWindowPos($win))[2, 3]] ~~ [GetScreenRes()], + 'fullscreen uses full screen size'); +feh_stop(); + $win = feh_start(); (undef, undef, $width, $height) = GetWindowPos($win); is($width, 16, 'correct default window width'); -- cgit v1.2.3