appinstaller/AppinstUi/startuplistupdater/tsrc/mt_startuplistupdater/conf/mt_startuplistupdater.cfg
branchRCL_3
changeset 25 7333d7932ef7
equal deleted inserted replaced
24:5cc91383ab1e 25:7333d7932ef7
       
     1 //
       
     2 // Copyright (c) 2010 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 "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:  Startup list updater test module.
       
    15 //
       
    16 
       
    17 
       
    18 [Test]
       
    19 title Install startable exe
       
    20 create mt_startuplistupdater test
       
    21 test NotInStartList c:\sys\bin\teststartlist.exe
       
    22 //test Install e:\testing\data\teststartlist.sisx
       
    23 test Install c:\data\installs\teststartlist.sisx
       
    24 pause 1000
       
    25 test InStartList c:\sys\bin\teststartlist.exe
       
    26 delete test
       
    27 [Endtest]
       
    28 
       
    29 [Test]
       
    30 title Remove startable exe
       
    31 create mt_startuplistupdater test
       
    32 test InStartList c:\sys\bin\teststartlist.exe
       
    33 test Remove 0xEBE1C11B
       
    34 pause 1000
       
    35 test NotInStartList c:\sys\bin\teststartlist.exe
       
    36 delete test
       
    37 [Endtest]
       
    38 
       
    39 [Test]
       
    40 title Install embedded startable exe
       
    41 create mt_startuplistupdater test
       
    42 test NotInStartList c:\sys\bin\teststartlistembedded.exe
       
    43 //test Install e:\testing\data\teststartlistembedded.sisx
       
    44 test Install c:\data\installs\teststartlistembedded.sisx
       
    45 pause 1000
       
    46 test InStartList c:\sys\bin\teststartlistembedded.exe
       
    47 delete test
       
    48 [Endtest]
       
    49 
       
    50 [Test]
       
    51 title Remove embedded startable exe
       
    52 create mt_startuplistupdater test
       
    53 test InStartList c:\sys\bin\teststartlistembedded.exe
       
    54 test Remove 0xED2159D3
       
    55 pause 1000
       
    56 test NotInStartList c:\sys\bin\teststartlistembedded.exe
       
    57 delete test
       
    58 [Endtest]
       
    59