From: Joey Hess Date: Fri, 13 Jun 2014 14:25:27 +0000 (-0400) Subject: fix test case ogg mime type X-Git-Tag: debian/3.20140613^0 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/811b477c35a7644275ac348822ef9d86fd8da10b?hp=9f103f672fc8df62788d6d1389a50b1ad933268b fix test case ogg mime type Seems that a better mime type is detected now on Debian stable. --- diff --git a/t/podcast.t b/t/podcast.t index f036c3113..94505a05e 100755 --- a/t/podcast.t +++ b/t/podcast.t @@ -37,7 +37,7 @@ sub podcast { 'simplepost' => undef, 'piano.mp3' => 'audio/mpeg', 'scroll.3gp' => 'video/3gpp', - 'walter.ogg' => 'video/x-theora+ogg', + 'walter.ogg' => 'audio/ogg', ); for my $format (qw(atom rss)) {