appinstaller/AppinstUi/startuplistupdater/tsrc/mt_startuplistupdater/conf/mt_startuplistupdater.cfg
changeset 33 8110bf1194d1
child 37 6e7b00453237
equal deleted inserted replaced
29:26b6f0522fd8 33:8110bf1194d1
       
     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