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 the License "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.
18 #ifndef TESTCASE0671_H
19 #define TESTCASE0671_H
21 const TInt KDelayDurationForTest4_5 = 30000;
22 const TInt KDelayDurationForTest5_5 = 60000;
26 //--------------------------------------------------------------------------------------------------------
27 //! @SYMTestCaseID PBASE-T_OTGDI-0671
28 //! @SYMTestCaseDesc Default OPT Support
33 //! @SYMTestPriority 1
34 //! @SYMTestActions 1.Compliance test role swap against OPT TD5.5
35 //! @SYMTestExpectedResults 1.
36 //! @SYMTestStatus Undefined
37 //---------------------------------------------------------------------------------------------------------
39 class CTestCase0671 : public CTestCaseRoot
42 static CTestCase0671* NewL(TBool aHost);
43 virtual ~CTestCase0671();
45 virtual void ExecuteTestCaseL();
47 static void CancelKB(CTestCaseRoot *pThis);
50 virtual void DescribePreconditions();
51 TInt GetStepIndex() { return(iCaseStep); };
53 static void CancelDrive(CTestCaseRoot *pThis);
56 CTestCase0671(TBool aHost);
61 TInt iRepeats; // loop counter,
76 const static TTestCaseFactoryReceipt<CTestCase0671> iFactoryReceipt;
77 CTestCaseWatchdog *iWDTimer;
82 #endif // TESTCASE0671_H