diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2019-12-02 18:38:06 +0100 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2019-12-02 18:39:10 +0100 | 
| commit | d3d55eae78debd3e8986a8ada1c321c1e60cfaef (patch) | |
| tree | 329da892505fff177f41df22740d3cfcf3b65e73 /test/list_imlib2_1.6/filename_recursive | |
| parent | 6791c2cbfaf1d2f3b657616b11e0e4d02312cdfd (diff) | |
Adjust tests for Imlib2 1.6+ ("jpeg" format is now "jpg")
Closes #497
Diffstat (limited to 'test/list_imlib2_1.6/filename_recursive')
| -rw-r--r-- | test/list_imlib2_1.6/filename_recursive | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/test/list_imlib2_1.6/filename_recursive b/test/list_imlib2_1.6/filename_recursive new file mode 100644 index 0000000..e42ce14 --- /dev/null +++ b/test/list_imlib2_1.6/filename_recursive @@ -0,0 +1,7 @@ +NUM	FORMAT	WIDTH	HEIGHT	PIXELS	SIZE	ALPHA	FILENAME +1	gif	16	16	256 	953 	-	test/ok/gif +2	jpg	16	16	256 	354 	-	test/ok/jpg +3	jpg	16	16	256 	  9k	-	test/ok/jpg_exif +4	png	16	16	256 	403 	X	test/ok/png +5	pnm	16	16	256 	269 	-	test/ok/pnm +6	png	16	16	256 	403 	X	test/ok/recursive/png | 
