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

/haiku/src/tests/add-ons/translators/bmptranslator/
H A DBMPTranslatorTest.cpp660 BMallocIO mallos2planes2; local
661 CPPUNIT_ASSERT(mallos2planes2.Write(&fheader.magic, 2) == 2);
662 CPPUNIT_ASSERT(mallos2planes2.Write(&fheader.fileSize, 4) == 4);
663 CPPUNIT_ASSERT(mallos2planes2.Write(&fheader.reserved, 4) == 4);
664 CPPUNIT_ASSERT(mallos2planes2.Write(&fheader.dataOffset, 4) == 4);
665 CPPUNIT_ASSERT(mallos2planes2.Write(&os2header, 12) == 12);
666 CPPUNIT_ASSERT(proster->Identify(&mallos2planes2, NULL, &ti) == B_NO_TRANSLATOR);

Completed in 81 milliseconds