appinstaller/AppinstUi/startuplistupdater/tsrc/mt_startuplistupdater/conf/mt_startuplistupdater_winscw.cfg
author hgs
Wed, 20 Oct 2010 14:52:56 +0300
changeset 80 9dcba1ee99f7
permissions -rw-r--r--
201041

//
// Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "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:  Startup list updater test module for WINSCW.
//


[Test]
title Install startable exe
create mt_startuplistupdater test
test NotInStartList c:\sys\bin\teststartlist.exe
test Install c:\data\installs\teststartlist.sisx
pause 5000
//test WaitImportProcessing
test InStartList c:\sys\bin\teststartlist.exe
delete test
[Endtest]

[Test]
title Remove startable exe
create mt_startuplistupdater test
test InStartList c:\sys\bin\teststartlist.exe
test Remove 0xEBE1C11B
pause 5000
//test WaitImportProcessing
test NotInStartList c:\sys\bin\teststartlist.exe
delete test
[Endtest]

[Test]
title Embedded test 1, control file in main pckg
create mt_startuplistupdater test
test NotInStartList c:\sys\bin\teststartlistembedded.exe
test Install c:\data\installs\teststartlistembedded_1.sisx
pause 5000
//test WaitImportProcessing
test InStartList c:\sys\bin\teststartlistembedded.exe
delete test
[Endtest]

[Test]
title Remove embedded startable exe
create mt_startuplistupdater test
test InStartList c:\sys\bin\teststartlistembedded.exe
test Remove 0xED2159D3
pause 5000
//test WaitImportProcessing
test NotInStartList c:\sys\bin\teststartlistembedded.exe
delete test
[Endtest]

[Test]
title Embedded test 2, control file in embedded pckg
create mt_startuplistupdater test
test MkLogDir
test NotInStartList c:\sys\bin\teststartlistembedded.exe
test Install c:\data\installs\teststartlistembedded_2.sisx
pause 5000
//test WaitImportProcessing
test InStartList c:\sys\bin\teststartlistembedded.exe
delete test
[Endtest]

[Test]
title Remove embedded startable exe
create mt_startuplistupdater test
test InStartList c:\sys\bin\teststartlistembedded.exe
test Remove 0xED2159D3
pause 5000
//test WaitImportProcessing
test NotInStartList c:\sys\bin\teststartlistembedded.exe
test RmLogDir
delete test
[Endtest]