From ad6c09059ee31bf1c306755c5f0156f9088f37b9 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Tue, 23 Feb 2016 14:45:52 +0100 Subject: [PATCH] Fix GPX test case The test case in commit 03ffba0ab5d1bd3897bd26621a20f05f69e707fb was broken, missing the mime-type from the test definition line. --- tests/list | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/list b/tests/list index 1a2f0d1..34eefe2 100644 --- a/tests/list +++ b/tests/list @@ -476,7 +476,7 @@ googleearth.kml application/vnd.google-earth.kml+xml ox test.geojson application/vnd.geo+json ox test.geo.json application/vnd.geo+json ox # Copid from https://en.wikipedia.org/wiki/GPS_Exchange_Format -test.gpx ox +test.gpx application/gpx+xml ox # Copied from http://bugs.freedesktop.org/show_bug.cgi?id=15260 test.gnd application/gnunet-directory # Copied from https://bugs.freedesktop.org/show_bug.cgi?id=27441 -- GitLab