mds_plat/harvester_framework_api/tsrc/HarvesterDataTest/conf/HarvesterDataTest.cfg
changeset 0 c53acadfccc6
equal deleted inserted replaced
-1:000000000000 0:c53acadfccc6
       
     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 Data API tests
       
    15 #
       
    16 
       
    17 // ---------------------------------------------------------------------------
       
    18 // Harvester Data 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 Harvest Client Data Tests
       
    32 create HarvesterDataTest test
       
    33 request Session
       
    34 test BeginTestSession
       
    35 wait Session
       
    36 test HarvestClientDataTests
       
    37 test EndTestSession
       
    38 delete test
       
    39 [Endtest]
       
    40 
       
    41 [Test]
       
    42 title Placeholder Data Tests
       
    43 create HarvesterDataTest test
       
    44 request Session
       
    45 test BeginTestSession
       
    46 wait Session
       
    47 test PlaceholderDataTests
       
    48 test EndTestSession
       
    49 delete test
       
    50 [Endtest]
       
    51 
       
    52 [Test]
       
    53 title Harvester Data Tests
       
    54 create HarvesterDataTest test
       
    55 request Session
       
    56 test BeginTestSession
       
    57 wait Session
       
    58 test HarvesterDataTests
       
    59 test EndTestSession
       
    60 delete test
       
    61 [Endtest]