diff -r bf7481649c98 -r 2717213c588a graphicsresourceservices/graphicsresourceimplementation/test/src/tgraphicsresourceinternalsecondprocess.cpp --- a/graphicsresourceservices/graphicsresourceimplementation/test/src/tgraphicsresourceinternalsecondprocess.cpp Fri Jun 11 14:58:47 2010 +0300 +++ b/graphicsresourceservices/graphicsresourceimplementation/test/src/tgraphicsresourceinternalsecondprocess.cpp Tue Jun 22 15:21:29 2010 +0300 @@ -1,4 +1,4 @@ -// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). // All rights reserved. // This component and the accompanying materials are made available // under the terms of "Eclipse Public License v1.0" @@ -33,13 +33,12 @@ TPckgBuf infoPkg; User::LeaveIfError(User::GetDesParameter(KSecondProcessParametersSlot, infoPkg)); TSgResIntTestInfo& info = infoPkg(); - TSgResInternalTestCase testCase = info.iTestCase; TInt result = 0; CTSgResInternalSecondProcessTestHandler* handler = CTSgResInternalSecondProcessTestHandler::NewLC(); handler->OpenDriverL(); - result = handler->RunTestCaseL(testCase, info); + result = handler->RunTestCaseL(info); CleanupStack::PopAndDestroy(handler); // Handle check