diff -r 6c0e9409e175 -r 1b9c98a0cb83 fbs/fontandbitmapserver/tfbs/TBitmap.h --- a/fbs/fontandbitmapserver/tfbs/TBitmap.h Wed Feb 10 20:59:36 2010 +0000 +++ b/fbs/fontandbitmapserver/tfbs/TBitmap.h Sat Feb 27 19:09:35 2010 +0000 @@ -23,6 +23,7 @@ #include "TGraphicsHarness.h" #include "../sfbs/fbsbitmapasyncstreamer.h" + //The main test class. Add your test methods here. class CTBitmap : public CTGraphicsBase { @@ -91,6 +92,10 @@ void TestDisconnectWithBitmapL(); void TestTouchedAndVolatileL(); void TestBitmapWhiteFillL(); +#ifdef _DEBUG + void TestBitmapUtilWithUnsupportedBitmap(const TDesC& aThreadName, TAny* aFunctionPtr); + void TestBitmapUtilWithUnsupportedBitmaps(); +#endif private: void DoStreamBitmapSizes(TDisplayMode aDispMode); void DoStreamBitmap(const TSize& aSize,TDisplayMode aDispMode,TBool aBlank);