Searched refs:tiff_file (Results 1 - 1 of 1) sorted by relevance

/haiku/src/tests/add-ons/translators/tifftranslator/
H A DTIFFTranslatorTest.cpp246 BFile tiff_file, bits_file; local
247 CPPUNIT_ASSERT(tiff_file.SetTo(paths[i].tiffPath, B_READ_ONLY) == B_OK);
257 CPPUNIT_ASSERT(proster->Translate(&tiff_file, NULL, NULL, &mallio,
265 CPPUNIT_ASSERT(proster->Translate(&tiff_file, NULL, NULL, &mallio,
284 CPPUNIT_ASSERT(proster->Translate(&tiff_file, NULL, NULL, &mallio,
286 CPPUNIT_ASSERT(CompareStreams(mallio, tiff_file) == true);
306 CPPUNIT_ASSERT(CompareStreams(dmallio, tiff_file) == true);

Completed in 58 milliseconds