summaryrefslogtreecommitdiff
path: root/tests/sniffing-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sniffing-test.c')
-rw-r--r--tests/sniffing-test.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/sniffing-test.c b/tests/sniffing-test.c
index c1fe56b9..d53d06f8 100644
--- a/tests/sniffing-test.c
+++ b/tests/sniffing-test.c
@@ -596,6 +596,9 @@ main (int argc, char **argv)
/* Test the image sniffing path */
test_sniffing ("/type/image_png/home.gif", "image/gif");
+ test_sniffing ("/type/image_gif/home.png", "image/png");
+ test_sniffing ("/type/image_png/home.jpg", "image/jpeg");
+ test_sniffing ("/type/image_png/tux.webp", "image/webp");
/* The spec tells us to only use the last Content-Type header */