Javascript files are now detected as application/octet-stream. Updating test.

This commit is contained in:
Colin Kuskie 2007-07-11 18:24:30 +00:00
parent 2dd127c394
commit 2feb3b912c

View file

@ -32,8 +32,8 @@ my @testSets = (
},
{
input => 'colorPicker.js',
output => 'text/plain',
comment => q|plain text|,
output => 'application/octet-stream',
comment => q|javascript|,
},
{
input => 'favIcon.ico',