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

/haiku/src/tests/add-ons/translators/bmptranslator/
H A DBMPTranslatorTest.cpp342 BMallocIO mallos2abrev; local
343 CPPUNIT_ASSERT(mallos2abrev.Write(&fheader.magic, 2) == 2);
344 CPPUNIT_ASSERT(mallos2abrev.Write(&fheader.fileSize, 4) == 4);
345 CPPUNIT_ASSERT(mallos2abrev.Write(&fheader.reserved, 4) == 4);
346 CPPUNIT_ASSERT(mallos2abrev.Write(&fheader.dataOffset, 4) == 4);
347 CPPUNIT_ASSERT(mallos2abrev.Write(&os2header, 1) == 1); // only 1 byte of the os2 header included
348 CPPUNIT_ASSERT(proster->Identify(&mallos2abrev, NULL, &ti) == B_NO_TRANSLATOR);

Completed in 83 milliseconds