--- a/graphicstest/graphicstestharness/src/thashreferenceimages.cpp Wed Jun 16 12:37:57 2010 +0100
+++ b/graphicstest/graphicstestharness/src/thashreferenceimages.cpp Thu Jul 22 16:46:06 2010 +0100
@@ -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);