diff options
| -rwxr-xr-x | test/feh-scr.i | 37 | ||||
| -rw-r--r-- | test/scr/index_full_h400 | bin | 0 -> 3657 bytes | |||
| -rw-r--r-- | test/scr/index_full_w400 | bin | 0 -> 2270 bytes | |||
| -rw-r--r-- | test/scr/index_h400 | bin | 0 -> 1691 bytes | |||
| -rw-r--r-- | test/scr/index_w400 | bin | 0 -> 1155 bytes | 
5 files changed, 36 insertions, 1 deletions
| diff --git a/test/feh-scr.i b/test/feh-scr.i index c677088..e242a59 100755 --- a/test/feh-scr.i +++ b/test/feh-scr.i @@ -6,7 +6,7 @@ use autodie qw/:all/;  use Cwd;  use GD qw/:DEFAULT :cmp/; -use Test::More tests => 48; +use Test::More tests => 53;  use Time::HiRes qw/sleep/;  use X11::GUITest qw/:ALL/; @@ -160,6 +160,41 @@ test_scr('thumbnail_default');  feh_stop();  feh_start( +	'--index --limit-width 400', +	'test/ok/gif test/ok/jpg test/ok/png test/ok/pnm' +); +test_scr('index_w400'); +feh_stop(); + +feh_start( +	'--fullindex --limit-width 400', +	'test/ok/gif test/ok/jpg test/ok/png test/ok/pnm' +); +test_scr('index_full_w400'); +feh_stop(); + +feh_start( +	'--index --limit-width 400 --index-info "%n\n%S\n%wx%h"', +	'test/ok/gif test/ok/jpg test/ok/png test/ok/pnm' +); +test_scr('index_full_w400'); +feh_stop(); + +feh_start( +	'--index --limit-height 400', +	'test/ok/gif test/ok/jpg test/ok/png test/ok/pnm' +); +test_scr('index_h400'); +feh_stop(); + +feh_start( +	'--fullindex --limit-height 400', +	'test/ok/gif test/ok/jpg test/ok/png test/ok/pnm' +); +test_scr('index_full_h400'); +feh_stop(); + +feh_start(  	'--caption-path .tc',  	'test/bg/exact/in'  ); diff --git a/test/scr/index_full_h400 b/test/scr/index_full_h400Binary files differ new file mode 100644 index 0000000..1c01fce --- /dev/null +++ b/test/scr/index_full_h400 diff --git a/test/scr/index_full_w400 b/test/scr/index_full_w400Binary files differ new file mode 100644 index 0000000..1a24ad1 --- /dev/null +++ b/test/scr/index_full_w400 diff --git a/test/scr/index_h400 b/test/scr/index_h400Binary files differ new file mode 100644 index 0000000..cbf8e50 --- /dev/null +++ b/test/scr/index_h400 diff --git a/test/scr/index_w400 b/test/scr/index_w400Binary files differ new file mode 100644 index 0000000..3bd3656 --- /dev/null +++ b/test/scr/index_w400 | 
