From f3300bfb52128e16cd8f45abaf332a03021d5d2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20HUBSCHER?= Date: Fri, 8 Jan 2016 11:35:23 +0100 Subject: [PATCH] Make sure GIF format is accepted in the library. --- tests/test_gallery.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_gallery.py b/tests/test_gallery.py index 559f0c9..8180b4e 100644 --- a/tests/test_gallery.py +++ b/tests/test_gallery.py @@ -24,7 +24,8 @@ REF = { 'thumbnail': 'test1/thumbnails/11.tn.jpg', 'subdirs': [], 'medias': ['11.jpg', 'archlinux-kiss-1024x640.png', - 'flickr_jerquiaga_2394751088_cc-by-nc.jpg'], + 'flickr_jerquiaga_2394751088_cc-by-nc.jpg', + '50a1d0bc-763d-457e-b634-c87f16a64270.gif'], }, 'dir1/test2': { 'title': 'test2',