os/security/cryptomgmtlibs/securitytestfw/test/securityframeworktestserver/src/nooperationteststep.cpp
Update contrib.
2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of the License "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
15 * Test passes everytime, without doing anything. Used to allow arbitrary batch files to be run as pre-commands without being assigned to specific tests in the ONB.
23 #include "nooperationteststep.h"
25 CNoOperationTestStep::CNoOperationTestStep()
30 // Call base class method to set up the human readable name for logging
31 SetTestStepName(KNoOperationTestStep);
34 TVerdict CNoOperationTestStep::doTestStepL()
37 * A test which passes everytime.
40 SetTestStepResult(EPass);
41 return TestStepResult();