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

/haiku/src/tests/add-ons/translators/bmptranslator/
H A DBMPTranslatorTest.cpp576 BMallocIO mallos2height; local
577 CPPUNIT_ASSERT(mallos2height.Write(&fheader.magic, 2) == 2);
578 CPPUNIT_ASSERT(mallos2height.Write(&fheader.fileSize, 4) == 4);
579 CPPUNIT_ASSERT(mallos2height.Write(&fheader.reserved, 4) == 4);
580 CPPUNIT_ASSERT(mallos2height.Write(&fheader.dataOffset, 4) == 4);
581 CPPUNIT_ASSERT(mallos2height.Write(&os2header, 12) == 12);
582 CPPUNIT_ASSERT(proster->Identify(&mallos2height, NULL, &ti) == B_NO_TRANSLATOR);

Completed in 25 milliseconds