Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f103f6
)
fix test case ogg mime type
3.20140613
debian/3.20140613
author
Joey Hess
<joey@kitenet.net>
Fri, 13 Jun 2014 14:25:27 +0000
(10:25 -0400)
committer
Joey Hess
<joey@kitenet.net>
Fri, 13 Jun 2014 14:25:27 +0000
(10:25 -0400)
Seems that a better mime type is detected now on Debian stable.
t/podcast.t
patch
|
blob
|
history
diff --git
a/t/podcast.t
b/t/podcast.t
index f036c3113e4a1620b00dd50541be4a0a8956c18e..94505a05e2ca70dabcbdd28f4cda14be353fbf9f 100755
(executable)
--- 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)) {