First public contribution.
1 // Copyright (c) 2006-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.
25 SetTestStepName(KSQLDDT);
28 // Look at 'arg' and call whichever function is required.
29 // But we're data driven! We can't do this.
30 void CSQLDDT::ResolveTestFunctionL(const TDesC &, const TInt, const TPtrC & )
32 INFO_PRINTF1(HTML_RED);
33 SetTestStepResult(EFail);
34 INFO_PRINTF1(_L("Cannot call 'ResolveTestFunction' in data-driven test"));
35 INFO_PRINTF1(HTML_COLOUR_OFF);