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

/haiku/src/tests/add-ons/translators/bmptranslator/
H A DBMPTranslatorTest.cpp642 BMallocIO mallos2planes; local
643 CPPUNIT_ASSERT(mallos2planes.Write(&fheader.magic, 2) == 2);
644 CPPUNIT_ASSERT(mallos2planes.Write(&fheader.fileSize, 4) == 4);
645 CPPUNIT_ASSERT(mallos2planes.Write(&fheader.reserved, 4) == 4);
646 CPPUNIT_ASSERT(mallos2planes.Write(&fheader.dataOffset, 4) == 4);
647 CPPUNIT_ASSERT(mallos2planes.Write(&os2header, 12) == 12);
648 CPPUNIT_ASSERT(proster->Identify(&mallos2planes, NULL, &ti) == B_NO_TRANSLATOR);

Completed in 14 milliseconds