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/custom | |
parent | 6791c2cbfaf1d2f3b657616b11e0e4d02312cdfd (diff) |
Adjust tests for Imlib2 1.6+ ("jpeg" format is now "jpg")
Closes #497
Diffstat (limited to 'test/list_imlib2_1.6/custom')
-rw-r--r-- | test/list_imlib2_1.6/custom | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/list_imlib2_1.6/custom b/test/list_imlib2_1.6/custom new file mode 100644 index 0000000..40ac557 --- /dev/null +++ b/test/list_imlib2_1.6/custom @@ -0,0 +1,4 @@ +test/ok/gif; 16; 4; list; gif; 256; 953; gif; 1; 16 +test/ok/jpg; 16; 4; list; jpg; 256; 354; jpg; 2; 16 +test/ok/png; 16; 4; list; png; 256; 403; png; 3; 16 +test/ok/pnm; 16; 4; list; pnm; 256; 269; pnm; 4; 16 |