Add an explicit test for RTF files, due to cross platform issues.
This commit is contained in:
parent
31fb0886bc
commit
07a4a55f51
1 changed files with 5 additions and 0 deletions
|
|
@ -41,6 +41,11 @@ my @testSets = (
|
||||||
output => 'application/octet-stream',
|
output => 'application/octet-stream',
|
||||||
comment => q|Null path returns application/octet-stream|,
|
comment => q|Null path returns application/octet-stream|,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
input => 'foo.rtf',
|
||||||
|
output => 'application/rtf',
|
||||||
|
comment => q|RTF file|, ##Added test due to a bug on some operating systems.
|
||||||
|
},
|
||||||
{
|
{
|
||||||
input => undef,
|
input => undef,
|
||||||
output => undef,
|
output => undef,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue