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

/haiku/src/tests/kits/translation/
H A DBitmapStreamTest.cpp112 BBitmapStream *pstreamWithBits; local
113 pstreamWithBits = new BBitmapStream(pbits);
114 CPPUNIT_ASSERT(pstreamWithBits);
115 CPPUNIT_ASSERT(pstreamWithBits->Position() == 0);
116 CPPUNIT_ASSERT(pstreamWithBits->Size() == 176);
118 CPPUNIT_ASSERT(pstreamWithBits->DetachBitmap(&poutbits) == B_OK);
121 delete pstreamWithBits;
122 pstreamWithBits = NULL;

Completed in 33 milliseconds