From 159f2daf601ae33571cb057ea82580dce252b095 Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Sat, 2 Aug 2008 17:39:11 +0000 Subject: [PATCH] Add a test for text MIME type. Note that various tests may fail based on the version of LWP installed. --- t/Macro/FetchMimeType.t | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/t/Macro/FetchMimeType.t b/t/Macro/FetchMimeType.t index 2fc6ab184..5def309f5 100644 --- a/t/Macro/FetchMimeType.t +++ b/t/Macro/FetchMimeType.t @@ -20,6 +20,11 @@ use Test::More; # increment this value for each test you create my $session = WebGUI::Test->session; my @testSets = ( + { + input => 'webgui.txt', + output => 'text/plain', + comment => q|text|, + }, { input => 'plainblack.gif', output => 'image/gif',