From 239df88d60b216e038f7ea8bd265785f60d55051 Mon Sep 17 00:00:00 2001 From: Matthew Wilber Date: Sun, 15 Jun 2003 02:43:54 +0000 Subject: [PATCH] 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 --- .../translators/tifftranslator/TIFFTranslatorTest.cpp | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/tests/add-ons/translators/tifftranslator/TIFFTranslatorTest.cpp b/src/tests/add-ons/translators/tifftranslator/TIFFTranslatorTest.cpp index febd4471af..b7ad0607f0 100755 --- a/src/tests/add-ons/translators/tifftranslator/TIFFTranslatorTest.cpp +++ b/src/tests/add-ons/translators/tifftranslator/TIFFTranslatorTest.cpp @@ -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,