From 2feb3b912c76d7d20e9545cd99f78e7e4a21edb7 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Wed, 11 Jul 2007 18:24:30 +0000 Subject: [PATCH] Javascript files are now detected as application/octet-stream. Updating test. --- t/Macro/FetchMimeType.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/Macro/FetchMimeType.t b/t/Macro/FetchMimeType.t index cfa5679ee..bb1981fcf 100644 --- a/t/Macro/FetchMimeType.t +++ b/t/Macro/FetchMimeType.t @@ -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',