mds_plat/harvester_framework_api/tsrc/HarvesterPluginTest/conf/HarvesterPluginTest.cfg
changeset 60 79f826a55db2
equal deleted inserted replaced
58:fe894bb075c2 60:79f826a55db2
       
     1 #
       
     2 # Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 # All rights reserved.
       
     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".
       
     8 #
       
     9 # Initial Contributors:
       
    10 # Nokia Corporation - initial contribution.
       
    11 #
       
    12 # Contributors:
       
    13 #
       
    14 # Description:  Harvester Plugin API tests
       
    15 #
       
    16 
       
    17 // ---------------------------------------------------------------------------
       
    18 // Harvester Plugin API test cases
       
    19 // ---------------------------------------------------------------------------
       
    20 
       
    21 // These should be run in sequential mode if several cases are run at the same
       
    22 // time! 
       
    23 
       
    24 [StifSettings]
       
    25 TestThreadStackSize= 32768
       
    26 TestThreadMinHeap= 4096
       
    27 TestThreadMaxHeap= 16777216
       
    28 [EndStifSettings]
       
    29 
       
    30 [Test]
       
    31 title Test Harvester Plugins
       
    32 timeout 500000
       
    33 create HarvesterPluginTest test
       
    34 request Session
       
    35 test BeginTestSession
       
    36 wait Session
       
    37 test LoadPlugins
       
    38 test TestFunctions e:\testing\data\Jpg.jpg
       
    39 test TestFunctions e:\testing\data\Animated.gif
       
    40 test TestFunctions e:\testing\data\Mbm.mbm
       
    41 test TestFunctions e:\testing\data\H263.3gp
       
    42 test TestFunctions e:\testing\data\MPEG4.3gp
       
    43 test TestFunctions e:\testing\data\MPEG4.mp4
       
    44 test TestFunctions e:\testing\data\00001.mp3
       
    45 test EndTestSession
       
    46 delete test
       
    47 [Endtest]