diff -r 1a2a00e78665 -r 7feec50967db homescreensrv_plat/sapi_homescreenplugin/tsrc/hspsconfigurationif/inc/mt_hsps_getpluginlist_6.h --- a/homescreensrv_plat/sapi_homescreenplugin/tsrc/hspsconfigurationif/inc/mt_hsps_getpluginlist_6.h Tue Feb 02 00:23:10 2010 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,116 +0,0 @@ -/* -* Copyright (c) 2008 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" -* which accompanies this distribution, and is available -* at the URL "http://www.eclipse.org/legal/epl-v10.html". -* -* Initial Contributors: -* Nokia Corporation - initial contribution. -* -* Contributors: -* -* Description: Test case GetPluginList(6) test data -* -*/ - - -#ifndef C_MT_HSPS_GETPLUGINLIST_6_H -#define C_MT_HSPS_GETPLUGINLIST_6_H - -/* -GetPluginList(6) ----------------- - -Test purpose - -The purpose of this test case is to verify that error is returned when -GetPluginList is called with plugin id which is not found from configuration - -Pre-conditions - -There must be installed test themes for Active Idle application and Typical -configuration must be set as active - -Test steps - -Test step 1: -• Input: - GetPluginList(“99”) -• Expected output - Status element with error code KErrNotFound - -*/ - -// Test step 1 method: - -const TUint8 getpluginlist_6_ts_1_method[] = "GetPluginList"; - -// Test step 1 input: - -const TUint8 getpluginlist_6_ts_1_input[] = { -// GetPluginList(Input) -// - Version 1.0 -// - Item count (LE) -10, -1,0,0,0, -// - GetPluginList(Input)::pluginId -// - Variant name -// - Version 1.0 -// - Semantic ID (LE) -// - Variant name length (LE) -// - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 ) -// - Variant name -10, -12,0,0,0, -8,0,0,0, -34, -'p','l','u','g','i','n','I','d', -// - GetPluginList(Input)::pluginId -// - Variant value -// - Version 1.0 -// - Variant value type, EVariantTypeDesC -// - Variant value length (LE) -// - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 ) -// - Variant value -10, -5, -2,0,0,0, -10, -'9','9' -}; - -// Test step 1 output: - -const TUint8 getpluginlist_6_ts_1_output[] = { -// GetPluginList(Output) -// - Version 1.0 -// - Item count (LE) -10, -1,0,0,0, -// GetPluginList(Output)::status -// - Variant name -// - Version 1.0 -// - Semantic ID (LE) -// - Variant name length (LE) -// - Variant name descriptor maximum length ( ( variant name length * 4 ) + 2 ) -// - Variant name -10, -12,0,0,0, -6,0,0,0, -26, -'s','t','a','t','u','s', -// - GetPluginList(Input)::status -// - Variant value -// - Version 1.0 -// - Variant value type, EVariantTypeTInt32 -// - Variant value length (LE) -// - Variant value descriptor maximum length ( ( variant value length * 4 ) + 2 ) -// - Variant value -10, -1, -255,255,255,255 -}; - -#endif // C_MT_HSPS_GETPLUGINLIST_6_H