Add an explicit test for RTF files, due to cross platform issues.

This commit is contained in:
Colin Kuskie 2009-11-18 17:54:08 -08:00
parent 31fb0886bc
commit 07a4a55f51

View file

@ -41,6 +41,11 @@ my @testSets = (
output => '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,
output => undef,