Add a test for text MIME type. Note that various tests

may fail based on the version of LWP installed.
This commit is contained in:
Colin Kuskie 2008-08-02 17:39:11 +00:00
parent 3f8c483293
commit 159f2daf60

View file

@ -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',