diff -r fe894bb075c2 -r 79f826a55db2 mds_plat/harvester_framework_api/tsrc/HarvesterPluginTest/conf/HarvesterPluginTest.cfg --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mds_plat/harvester_framework_api/tsrc/HarvesterPluginTest/conf/HarvesterPluginTest.cfg Wed Oct 06 15:08:08 2010 +0300 @@ -0,0 +1,47 @@ +# +# Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). +# All rights reserved. +# This component and the accompanying materials are made available +# under the terms of the License "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: Harvester Plugin API tests +# + +// --------------------------------------------------------------------------- +// Harvester Plugin API test cases +// --------------------------------------------------------------------------- + +// These should be run in sequential mode if several cases are run at the same +// time! + +[StifSettings] +TestThreadStackSize= 32768 +TestThreadMinHeap= 4096 +TestThreadMaxHeap= 16777216 +[EndStifSettings] + +[Test] +title Test Harvester Plugins +timeout 500000 +create HarvesterPluginTest test +request Session +test BeginTestSession +wait Session +test LoadPlugins +test TestFunctions e:\testing\data\Jpg.jpg +test TestFunctions e:\testing\data\Animated.gif +test TestFunctions e:\testing\data\Mbm.mbm +test TestFunctions e:\testing\data\H263.3gp +test TestFunctions e:\testing\data\MPEG4.3gp +test TestFunctions e:\testing\data\MPEG4.mp4 +test TestFunctions e:\testing\data\00001.mp3 +test EndTestSession +delete test +[Endtest]