--- a/graphicstest/graphicstestharness/src/thashreferenceimages.cpp Tue Apr 27 17:59:32 2010 +0300
+++ b/graphicstest/graphicstestharness/src/thashreferenceimages.cpp Tue May 11 17:25:23 2010 +0300
@@ -136,7 +136,7 @@
{
//cannot use the macro //TEST((hashFromConfig.Compare(hexString)) == 0); since iStep needs to be
//referenced
- iStep->testBooleanTrue((hashFromConfig.Compare(hexString)) == 0, (TText8*)__FILE__, __LINE__);
+ iStep->testBooleanTrue((hashFromConfig.Compare(hexString)) == 0, (TText8*)__FILE__, __LINE__, ETrue);
}
else
{
@@ -204,6 +204,7 @@
CleanupStack::PushL(device);
CFbsBitGc *gc;
User::LeaveIfError(device->CreateContext(gc));
+ gc->SetDrawMode(CGraphicsContext::EDrawModeWriteAlpha);
gc->BitBlt(TPoint(), iBitmap, rect);
TFileName mbmFile;
mbmFile.Format(iPath->Des(), &aHashIndex);