diff -r 6ca72c0fe49a -r a941bc465d9f tsrc/init/imtest_settings.bat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tsrc/init/imtest_settings.bat Wed Sep 01 12:31:13 2010 +0100 @@ -0,0 +1,39 @@ +rem +rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). +rem All rights reserved. +rem This component and the accompanying materials are made available +rem under the terms of "Eclipse Public License v1.0" +rem which accompanies this distribution, and is available +rem at the URL "http://www.eclipse.org/legal/epl-v10.html". +rem +rem Initial Contributors: +rem Nokia Corporation - initial contribution. +rem +rem Contributors: +rem +rem Description: Create settings for test cases +rem + +@echo off + +echo Cleaning old SAPSettings + +cd \ +cd \epoc32\winscw\c\private\10202be9\persists +del 101f884c.cre /S /Q + +echo copying cre file + +xcopy /R /Y \s60\app\imppapplications\tsrc\init\101f884c.cre + +echo Cleaning old phonebook database file +cd \ +cd \epoc32\WINSCW\C\private\10003a73 +del contacts.cdb /S /Q + +echo Copying new phonebook database file +xcopy /R /Y \s60\app\imppapplications\tsrc\init\contacts.cdb + +cd \ + +echo settings created for test cases \ No newline at end of file