Update contrib.
1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
22 #include "t_wservintegstepfps.h"
25 CT_WServIntegStepFps constructor.
28 @post CT_WServIntegStepFps 1st stage constructor
30 CT_WServIntegStepFps::CT_WServIntegStepFps()
32 SetTestStepName(KT_WServIntegStepFps);
38 @return TVerdict pass / fail
42 enum TVerdict CT_WServIntegStepFps::doTestStepL()
48 TInt err=CreateTestProcessL(KWServFpsApp, EPriorityForeground);
51 // Let the test step run for 10 secs before clean up
52 User::After(10000000);
57 return TestStepResult();