diff -r 000000000000 -r ba25891c3a9e secureswitools/swisistools/test/tinterpretsisinteg/scripts/swi001-005.script --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/secureswitools/swisistools/test/tinterpretsisinteg/scripts/swi001-005.script Thu Dec 17 08:51:10 2009 +0200 @@ -0,0 +1,48 @@ +// +// Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). +// All rights reserved. +// This component and the accompanying materials are made available +// under the terms of the License "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: +// @file tintsis.script +// interpretsis Integration Test Script +// Integration Test +// Component : SWI +// Tests : +// The scope of this script is to compare the SWI and Interpretsis installation +// + + +PRINT Run test for installation of sis file +LOAD_SUITE tuiscriptadaptors + + +////////////////////////////////////////////////////////////////////////////////////////////// +//! @SYMTestCaseID API-SEC-sistools-InterpretSIS-SWI001-0005 +//! @SYMTestCaseDesc Check that the installed PU+RU by InterpretSIS can be uninstalled +//! @SYMPREQ PREQ2114 +//! @SYMTestStatus 3. Released +//! @SYMTestPriority High +//! @SYMTestActions Install a sis file. +//! @SYMTestExpectedResults Installation is successful +//! @SYMTestType CIT +////////////////////////////////////////////////////////////////////////////////////////////// +RUN_UTILS DeleteDirectory c:\sys\bin +RUN_UTILS DeleteDirectory c:\sys\hash +RUN_UTILS DeleteDirectory c:\sys\install + +START_TESTCASE API-SEC-sistools-InterpretSIS-SWI001-0005 + +RUN_TEST_STEP 100 tuiscriptadaptors UninstallStep c:\tswi\tinterpretsisinteg\scripts\ini.ini uSWI001-005 + +END_TESTCASE API-SEC-sistools-InterpretSIS-SWI001-0005 + +