added test for image that uses T4 fill EOL byte

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3514 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Matthew Wilber 2003-06-15 02:43:54 +00:00
parent b87195f2a4
commit 239df88d60

View File

@ -214,7 +214,9 @@ TIFFTranslatorTest::IdentifyTest()
{ "/boot/home/resources/tiff/vsmall_cmap4_nocomp.tif",
"TIFF Image (Little, Palette, None)" },
{ "/boot/home/resources/tiff/vsmall_rgb_nocomp.tif",
"TIFF Image (Little, RGB, None)" }
"TIFF Image (Little, RGB, None)" },
{ "/boot/home/resources/tiff/backup_help.tif",
"TIFF Image (Big, Mono, Group 3)" }
};
IdentifyTests(this, proster, aTiffPaths,
@ -405,7 +407,9 @@ TIFFTranslatorTest::TranslateTest()
{ "/boot/home/resources/tiff/vsmall_cmap4_nocomp.tif",
"/boot/home/resources/tiff/vsmall.bits" },
{ "/boot/home/resources/tiff/vsmall_rgb_nocomp.tif",
"/boot/home/resources/tiff/vsmall.bits" }
"/boot/home/resources/tiff/vsmall.bits" },
{ "/boot/home/resources/tiff/backup_help.tif",
"/boot/home/resources/tiff/backup_help.bits" }
};
TranslateTests(this, proster, aPaths,