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:
parent
3f8c483293
commit
159f2daf60
1 changed files with 5 additions and 0 deletions
|
|
@ -20,6 +20,11 @@ use Test::More; # increment this value for each test you create
|
||||||
my $session = WebGUI::Test->session;
|
my $session = WebGUI::Test->session;
|
||||||
|
|
||||||
my @testSets = (
|
my @testSets = (
|
||||||
|
{
|
||||||
|
input => 'webgui.txt',
|
||||||
|
output => 'text/plain',
|
||||||
|
comment => q|text|,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
input => 'plainblack.gif',
|
input => 'plainblack.gif',
|
||||||
output => 'image/gif',
|
output => 'image/gif',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue