diff -r 000000000000 -r 9cfd9a3ee49c networkprotocolmodules/suplprotocolmodule/HostSettingsApi/test/script/SuplLbsApiTest.script --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/networkprotocolmodules/suplprotocolmodule/HostSettingsApi/test/script/SuplLbsApiTest.script Tue Feb 02 01:50:39 2010 +0200 @@ -0,0 +1,41 @@ +// Copyright (c) 2007-2009 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: +// + + +PRINT ---------------------------------------------------------- +PRINT SuplLbsApiTest.script +PRINT ---------------------------------------------------------- + +// Delete any persisted central repository host settings. +RUN_UTILS CopyFile c:\private\10202be9\persists\10285aa8.cre c:\private\10202be9\persists\10285aa8.bak +RUN_UTILS DeleteFile c:\private\10202be9\persists\10285aa8.cre + +LOAD_SUITE t_lbshostsettingssupl + + +START_TESTCASE LBS-UT-SuplLbsApiTest-0001 +//! @SYMTestCaseID LBS-UT-SuplLbsApiTest-0001 +//! @SYMTestType UT +//! @SYMCreationDate 31/7/2008 +//! @SYMAuthor Brajendras + +RUN_TEST_STEP 100 t_lbshostsettingssupl TEFUnit.CTestSuplLbsApi.* c:\testdata\configs\SuplLbsApiTest.ini + +END_TESTCASE LBS-UT-SuplLbsApiTest-0001 + + +RUN_UTILS DeleteFile c:\private\10202be9\persists\10285aa8.cre +RUN_UTILS CopyFile c:\private\10202be9\persists\10285aa8.bak c:\private\10202be9\persists\10285aa8.cre +RUN_UTILS DeleteFile c:\private\10202be9\persists\10285aa8.bak