--- a/analyzetool/analyzetoolcleaner/group/bld.inf Thu May 27 14:26:55 2010 +0300
+++ b/analyzetool/analyzetoolcleaner/group/bld.inf Fri Jun 11 15:16:26 2010 +0300
@@ -1,20 +1,3 @@
-/*
-* Copyright (c) 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:
-*
-*/
-
PRJ_PLATFORMS
ARMV5 WINSCW
--- a/hti/HtiFramework/src/HtiDispatcher.cpp Thu May 27 14:26:55 2010 +0300
+++ b/hti/HtiFramework/src/HtiDispatcher.cpp Fri Jun 11 15:16:26 2010 +0300
@@ -124,7 +124,7 @@
iHtiInstanceId( 0 ),
iShowErrorDialogs( aShowErrorDialogs ),
iReconnectDelay(aReconnectDelay),
- iRebootReason(0)
+ iRebootReason(-1)
{
HTI_LOG_FORMAT( "MaxQueueMemorySize %d", iMaxQueueMemorySize );
iQueueSizeLowThresold = ( iMaxQueueMemorySize / 2 ) / 2;
@@ -869,7 +869,7 @@
}
else if(aMessage.Length() == 1)
{
- iRebootReason = 0;
+ iRebootReason = -1;
}
else
{
@@ -1039,7 +1039,7 @@
TInt err = KErrNone;
RProcess rebootProcess;
// First try the UI layer rebooter
- if(iRebootReason == 0)
+ if(iRebootReason == -1)
{
err = rebootProcess.Create( KHtiDeviceRebootExeUI, KNullDesC );
}
--- a/hti/hti_plat/hti_api/inc/HtiVersion.h Thu May 27 14:26:55 2010 +0300
+++ b/hti/hti_plat/hti_api/inc/HtiVersion.h Fri Jun 11 15:16:26 2010 +0300
@@ -25,13 +25,13 @@
// CONSTANTS
const TUint8 KHtiVersionMajor = 2;
-const TUint8 KHtiVersionMinor = 22;
+const TUint8 KHtiVersionMinor = 23;
const TUint8 KHtiVersionBuild = 0;
const TUint16 KHtiVersionYear = 2010;
-const TUint8 KHtiVersionMonth = 4;
-const TUint8 KHtiVersionWeek = 17;
-const TUint8 KHtiVersionDay = 30;
+const TUint8 KHtiVersionMonth = 5;
+const TUint8 KHtiVersionWeek = 19;
+const TUint8 KHtiVersionDay = 14;
// MACROS
--- a/osrndtools_info/osrndtools_metadata/osrndtools_metadata.mrp Thu May 27 14:26:55 2010 +0300
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-#
-# Copyright (c) 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:
-#
-
-component osrndtools_metadata
-source \sf\os\osrndtools\osrndtools_info\osrndtools_metadata
-source \sf\os\osrndtools\package_definition.xml
-source \sf\os\osrndtools\distribution.policy.s60
-notes_source \component_defs\release.src
-ipr T
--- a/package_definition.xml Thu May 27 14:26:55 2010 +0300
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,116 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<SystemDefinition schema="3.0.0">
- <package id="osrndtools" name="OS R&D tools" levels="fw trace">
- <collection id="stif" name="STIF" level="fw">
- <component id="testinterface" filter="s60" name="Test Interface" purpose="development">
- <unit bldFile="stif/testinterface/group"/>
- </component>
- <component id="testserver" filter="s60" name="Test Server" purpose="development">
- <unit bldFile="stif/testserver/group"/>
- </component>
- <component id="testengine" filter="s60" name="Test Engine" purpose="development">
- <unit bldFile="stif/testengine/group"/>
- </component>
- <component id="testserverstarter" filter="s60" name="Test Server Starter" purpose="development">
- <unit bldFile="stif/testserverstarter/group"/>
- </component>
- <component id="stiftfwif" filter="s60" name="STIF Test Framework Interface" purpose="development">
- <unit bldFile="stif/stiftfwif/group"/>
- </component>
- <component id="consoleui" filter="s60" name="Console UI" purpose="development">
- <unit bldFile="stif/consoleui/group"/>
- </component>
- <component id="testcombiner" filter="s60" name="Test Combiner" purpose="development">
- <unit bldFile="stif/testcombiner/group"/>
- </component>
- <component id="demomodule" filter="s60" name="Demo Module" purpose="development">
- <unit bldFile="stif/demomodule/group"/>
- </component>
- <component id="atslogger" filter="s60" name="ATS Logger" purpose="development">
- <unit bldFile="stif/atslogger/group"/>
- </component>
- <component id="atsinterface" filter="s60" name="ATS Interface" purpose="development">
- <unit bldFile="stif/atsinterface/group"/>
- </component>
- <component id="testscripter" filter="s60" name="Test Scripter" purpose="development">
- <unit bldFile="stif/testscripter/group"/>
- </component>
- <component id="suevent" filter="s60" name="SU Event" purpose="development">
- <unit bldFile="stif/suevent/group"/>
- </component>
- <component id="stifkerneltestclassbase" filter="s60" name="STIF Kernel Test Class Base" purpose="development">
- <unit bldFile="stif/stifkerneltestclassbase/group"/>
- </component>
- <component id="examples" filter="s60" name="STIF Examples" purpose="development">
- <!-- <unit bldFile="stif/examples/stiftestmeasurementstub/group"/> -->
- <!-- <unit bldFile="stif/examples/stifhwresetstub/group"/> -->
- </component>
- <component id="testmoduletemplates" filter="s60" name="Test Module Templates" purpose="development">
- <!-- <unit bldFile="stif/testmoduletemplates/templatescriptxxx/group"/> -->
- <!-- <unit bldFile="stif/testmoduletemplates/templatekernelscriptxxx/group"/> -->
- <!-- <unit bldFile="stif/testmoduletemplates/capsmodifierxxx/group"/> -->
- <!-- <unit bldFile="stif/testmoduletemplates/testmodulexxx/group"/> -->
- <!-- <unit bldFile="stif/testmoduletemplates/stifunitxxx/group"/> -->
- <!-- <unit bldFile="stif/testmoduletemplates/hardcodedtestmodulexxx/group"/> -->
- </component>
- <component id="stif_build" filter="s60" name="STIF Build" purpose="development">
- <unit bldFile="stif/group"/>
- </component>
- </collection>
- <collection id="memspy" name="Memspy" level="trace">
- <component id="driver" filter="s60" name="Memspy Driver" purpose="development">
- <unit bldFile="memspy/driver/group"/>
- </component>
- <component id="memspy_engine" filter="s60" name="Memspy Engine" purpose="development">
- <unit bldFile="memspy/engine/group"/>
- </component>
- <component id="commandline" filter="s60" name="Memspy Command Line" purpose="development">
- <unit bldFile="memspy/commandline/group"/>
- </component>
- <component id="console" filter="s60" name="Memspy Console" purpose="development">
- <unit bldFile="memspy/console/group"/>
- </component>
- <component id="memspy_build" filter="s60" name="Memspy Build" purpose="development">
- <unit bldFile="memspy/group"/>
- </component>
- </collection>
- <collection id="hti" name="Harmonized Test Interface" level="trace">
- <component id="htiframework" filter="s60" name="HTI Framework" purpose="development">
- <unit bldFile="hti/htiframework/group"/>
- </component>
- <component id="hticfg" filter="s60" name="HTI Config" purpose="development">
- <unit bldFile="hti/hticfg/group"/>
- </component>
- <component id="htiautostart" filter="s60" name="HTI Autostart" purpose="development">
- <unit bldFile="hti/htiautostart/group"/>
- </component>
- <component id="htifilehlp" filter="s60" name="HTI File Help" purpose="development">
- <unit bldFile="hti/htifilehlp/group"/>
- </component>
- <component id="htiwatchdog" filter="s60" name="HTI Watchdog" purpose="development">
- <unit bldFile="hti/htiwatchdog/group"/>
- </component>
- <component id="hti_build" filter="s60" name="HTI Build" purpose="development">
- <unit bldFile="hti/group"/>
- </component>
- </collection>
- <collection id="testexecfw1" name="Test Execution Framework v1" level="fw">
- <component id="cinidata" name="CINI Data" purpose="development">
- <unit bldFile="testexecfw1/cinidata" mrp="testexecfw1/cinidata/tools_cinidata.mrp"/>
- </component>
- <component id="testexecute" name="Test Execute" deprecated="^2" purpose="development">
- <unit bldFile="testexecfw1/testexecute/Group" mrp="testexecfw1/testexecute/Group/tools_testexecute.mrp"/>
- </component>
- </collection>
- <collection id="osrndtools_info" name="OS R&D tools Info" level="trace">
- <component id="osrndtools_plat" filter="s60" name="OS R&D tools Platform Interfaces" class="api" purpose="development">
- <unit bldFile="osrndtools_plat/group"/>
- <!-- need to #include the next bld.inf in the above one -->
- <unit bldFile="osrndtools_plat/hti_api/group"/>
- </component>
- <component id="osrndtools_metadata" name="OS R&D tools Metadata" class="config" introduced="^2" purpose="development" target="desktop">
- <unit mrp="osrndtools_info/osrndtools_metadata/osrndtools_metadata.mrp"/>
- </component>
- </collection>
- </package>
-</SystemDefinition>
--- a/piprofiler/engine/group/ProfilerEngine.mmp Thu May 27 14:26:55 2010 +0300
+++ b/piprofiler/engine/group/ProfilerEngine.mmp Fri Jun 11 15:16:26 2010 +0300
@@ -42,13 +42,13 @@
SOURCE ProfilerTimer.cpp
LIBRARY sysutil.lib
-LIBRARY EFSRV.LIB
-LIBRARY C32.LIB
-LIBRARY EUSER.LIB
+LIBRARY efsrv.lib
+LIBRARY c32.lib
+LIBRARY euser.lib
LIBRARY estor.lib
LIBRARY fbscli.lib
LIBRARY ws32.lib
LIBRARY bafl.lib
LIBRARY charconv.lib
LIBRARY ecom.lib
-LIBRARY PlatformEnv.lib
+LIBRARY platformenv.lib
--- a/piprofiler/engine/group/ProfilerEshell.mmp Thu May 27 14:26:55 2010 +0300
+++ b/piprofiler/engine/group/ProfilerEshell.mmp Fri Jun 11 15:16:26 2010 +0300
@@ -35,7 +35,7 @@
SOURCE ProfilerEshell.cpp
-LIBRARY C32.LIB
-LIBRARY EUSER.LIB
+LIBRARY c32.lib
+LIBRARY euser.lib
LIBRARY bafl.lib
LIBRARY efsrv.lib
--- a/piprofiler/plugins/BUPplugin/group/BUPPlugin.mmp Thu May 27 14:26:55 2010 +0300
+++ b/piprofiler/plugins/BUPplugin/group/BUPPlugin.mmp Fri Jun 11 15:16:26 2010 +0300
@@ -40,12 +40,12 @@
LIBRARY euser.lib
LIBRARY bafl.lib
-LIBRARY ECom.lib
+LIBRARY ecom.lib
LIBRARY apparc.lib
LIBRARY cone.lib
LIBRARY gdi.lib
LIBRARY ws32.lib
-LIBRARY EFSRV.LIB
+LIBRARY efsrv.lib
LIBRARY charconv.lib
-LIBRARY commonengine.lib
+LIBRARY CommonEngine.lib
LIBRARY flogger.lib
--- a/piprofiler/plugins/DebugOutputWriterPlugin/group/DebOutWriterPlugin.mmp Thu May 27 14:26:55 2010 +0300
+++ b/piprofiler/plugins/DebugOutputWriterPlugin/group/DebOutWriterPlugin.mmp Fri Jun 11 15:16:26 2010 +0300
@@ -45,7 +45,7 @@
SOURCE DebOutWriterPluginImplementationTable.cpp
LIBRARY euser.lib
-LIBRARY ECom.lib
-LIBRARY EFSRV.LIB
-LIBRARY commonengine.lib
+LIBRARY ecom.lib
+LIBRARY efsrv.lib
+LIBRARY CommonEngine.lib
LIBRARY flogger.lib
--- a/piprofiler/plugins/DiskWriterPlugin/group/DiskWriterPlugin.mmp Thu May 27 14:26:55 2010 +0300
+++ b/piprofiler/plugins/DiskWriterPlugin/group/DiskWriterPlugin.mmp Fri Jun 11 15:16:26 2010 +0300
@@ -43,8 +43,8 @@
LIBRARY sysutil.lib
LIBRARY euser.lib
-LIBRARY ECom.lib
-LIBRARY EFSRV.LIB
-LIBRARY commonengine.lib
+LIBRARY ecom.lib
+LIBRARY efsrv.lib
+LIBRARY CommonEngine.lib
LIBRARY flogger.lib
--- a/piprofiler/plugins/GeneralsPlugin/group/GeneralsPlugin.mmp Thu May 27 14:26:55 2010 +0300
+++ b/piprofiler/plugins/GeneralsPlugin/group/GeneralsPlugin.mmp Fri Jun 11 15:16:26 2010 +0300
@@ -41,12 +41,12 @@
LIBRARY euser.lib
LIBRARY bafl.lib
-LIBRARY ECom.lib
+LIBRARY ecom.lib
LIBRARY apparc.lib
LIBRARY cone.lib
LIBRARY ws32.lib
LIBRARY charconv.lib
-LIBRARY commonengine.lib
+LIBRARY CommonEngine.lib
LIBRARY flogger.lib
epocallowdlldata
--- a/stif/ConsoleUI/src/Consolemenus.cpp Thu May 27 14:26:55 2010 +0300
+++ b/stif/ConsoleUI/src/Consolemenus.cpp Fri Jun 11 15:16:26 2010 +0300
@@ -4067,17 +4067,6 @@
User::InfoPrint( _L("Test set saving failed at saving test set") );
}
- ret = iMain->UIStore().RemoveTestSet( currSetName );
- if( ret != KErrNone )
- {
- User::InfoPrint( _L("Test set saving failed at removing old test set") );
- }
-
- ret = iMain->UIStore().LoadTestSet( iTestSetName );
- if( ret != KErrNone )
- {
- User::InfoPrint( _L("Test set saving failed at reloding test set") );
- }
break;
default:
--- a/stif/StifTFwIf/src/UIStore.cpp Thu May 27 14:26:55 2010 +0300
+++ b/stif/StifTFwIf/src/UIStore.cpp Fri Jun 11 15:16:26 2010 +0300
@@ -46,7 +46,6 @@
_LIT( KUIStoreSetStart, "[TestSetStart]" );
_LIT( KUIStoreSetEnd, "[TestSetEnd]" );
-_LIT( KUIStoreSetName, "TestSetName=" );
_LIT( KUIStoreSetCaseStart, "[TestSetCaseStart]" );
_LIT( KUIStoreSetCaseEnd, "[TestSetCaseEnd]" );
_LIT( KUIStoreCaseModuleName, "ModuleName=" );
@@ -1071,7 +1070,23 @@
}
delete setInfo;
-
+ TFileName setfile;
+ setfile.Append(KUIStoreDefaultDir);
+ setfile.Append(aSetName);
+ RFs fs;
+ TInt err=fs.Connect();
+ if(err!=KErrNone)
+ {
+ fs.Close();
+ return err;
+ }
+ err=fs.Delete(setfile);
+ if(err!=KErrNone)
+ {
+ fs.Close();
+ return err;
+ }
+
return KErrNone;
}
@@ -1321,27 +1336,65 @@
EXPORT_C TInt CUIStore::SaveTestSet2( TDes& aSetName )
{
+ RRefArray<TDesC> testsets;
+
+ GetTestSetsList(testsets);
+ TBool isexist(EFalse);
+ for(TInt i=0;i<testsets.Count();i++)
+ {
+ if(testsets[i]==aSetName)
+ {
+ isexist=ETrue;
+ break;
+ }
+
+ }
+ testsets.Reset();
+ if(!isexist)
+ {
+ TTime current;
+ TDateTime date_rep;
+ current.HomeTime();
+ date_rep = current.DateTime();
+ TBuf<32> currSetName;
+ _LIT(f_ext,".set");
+
+ //create "test set name" string
+ currSetName.AppendNum(date_rep.Year());
+ currSetName.Append('_');
+ currSetName.AppendNum(date_rep.Month()+1); // Incrimination necessary, because Day and Month fields of TDateTime class are 0 based
+ currSetName.Append('_');
+ currSetName.AppendNum(date_rep.Day()+1);
+ currSetName.Append('_');
+ currSetName.AppendNum(date_rep.Hour());
+ currSetName.Append('_');
+ currSetName.AppendNum(date_rep.Minute());
+ currSetName.Append('_');
+ currSetName.AppendNum(date_rep.Second());
+ currSetName.Append(f_ext);
+
+ for(TInt i=0;i<iTestSets.Count();i++)
+ {
+ if(iTestSets[i]->Name()==aSetName)
+ {
+ iTestSets[i]->RenameTestSet(currSetName);
+
+ }
+
+ }
+
+
+
+ aSetName.Zero();
+ aSetName.Copy(currSetName);
+
+
+
+ }
TPtrC setName;
TFileName tmp;
- TTime current;
- TDateTime date_rep;
- current.HomeTime();
- date_rep = current.DateTime();
- TBuf<32> currSetName;
- _LIT(f_ext,".set");
-
- //create "test set name" string
- currSetName.AppendNum(date_rep.Year());
- currSetName.Append('_');
- currSetName.AppendNum(date_rep.Month()+1); // Incrimination necessary, because Day and Month fields of TDateTime class are 0 based
- currSetName.Append('_');
- currSetName.AppendNum(date_rep.Day()+1);
- currSetName.Append('_');
- currSetName.AppendNum(date_rep.Hour());
- currSetName.Append('_');
- currSetName.AppendNum(date_rep.Minute());
- currSetName.Append(f_ext);
+
TInt ret = ParseTestSetName( aSetName, setName, tmp );
if( ret != KErrNone )
@@ -1357,10 +1410,10 @@
}
TRAPD( err,
- SaveTestSetL( *setInfo, currSetName );
+ SaveTestSetL( *setInfo, aSetName );
);
- aSetName.Copy(currSetName);
+
return err;
@@ -1387,7 +1440,6 @@
*/
EXPORT_C TInt CUIStore::LoadTestSet( const TDesC& aSetName )
{
-
TPtrC setName;
TFileName tmp;
TInt ret = ParseTestSetName( aSetName, setName, tmp );
@@ -1395,8 +1447,28 @@
{
return ret;
}
-
- TRAPD( err,
+ CTestSetInfo* setInfo= NULL;
+
+ FindSetByName( setName, setInfo );
+ if(setInfo != NULL)
+ {
+ return KErrNone;
+ }
+
+ TRAPD( err,
+ setInfo = CTestSetInfo::NewL( aSetName );
+ );
+ if( err != KErrNone )
+ {
+ return err;
+ }
+ if( iTestSets.Append( setInfo ) != KErrNone )
+ {
+ delete setInfo;
+ return KErrNoMemory;
+ }
+
+ TRAP( err,
LoadTestSetL( setName, aSetName );
);
@@ -1848,7 +1920,7 @@
-------------------------------------------------------------------------------
*/
-void CUIStore::LoadTestSetL( const TDesC& aSetName, const TDesC& aSetFileName )
+void CUIStore::LoadTestSetL( const TDesC& aSetName, const TDesC& /*aSetFileName*/ )
{
TPtrC tmp;
@@ -1856,15 +1928,8 @@
TInt high;
TInt64 interval;
- CStifParser* parser = NULL;
-
- TRAPD( err,
- parser = CStifParser::NewL( _L(""), aSetFileName );
- );
- if( err != KErrNone )
- {
- parser = CStifParser::NewL( KUIStoreDefaultDir, aSetName );
- }
+ CStifParser* parser = CStifParser::NewL( KUIStoreDefaultDir, aSetName );
+
CleanupStack::PushL( parser );
@@ -1872,24 +1937,8 @@
parser->SectionL( KUIStoreSetStart, KUIStoreSetEnd );
CleanupStack::PushL( section );
- CStifItemParser* item = section->GetItemLineL( KUIStoreSetName );
- CleanupStack::PushL( item );
-
- User::LeaveIfError( item->GetString( KUIStoreSetName, tmp ) );
-
- // get the standard method
- TCollationMethod method = *Mem::CollationMethodByIndex(0);
- // ignore case
- method.iFlags |= TCollationMethod::EFoldCase;
-
- TInt compare = aSetName.CompareC( tmp, 3, &method );
- if( compare != KErrNone )
- {
- User::LeaveIfError( KErrNotFound );
- }
-
- CleanupStack::PopAndDestroy( item );
-
+ CStifItemParser* item;
+
// Get started test case (if possible)
TUint lastStartedCaseIndex = 0;
item = section->GetItemLineL(KUIStoreLastStartedCaseIndex);
@@ -1908,7 +1957,6 @@
__TRACE(KInit, (_L("Could not find [%S] from test set file."), &KUIStoreLastStartedCaseIndex));
}
- User::LeaveIfError( CreateTestSet( aSetName ) );
CTestSetInfo* setInfo = NULL;
User::LeaveIfError( FindSetByName( aSetName, setInfo ) );
@@ -2048,8 +2096,6 @@
// Saving
buffer.Format(_L("%S"), &KUIStoreSetStart);
WriteLineL(file, buffer);
- buffer.Format(_L("%S %S"), &KUIStoreSetName,&aSetFileName);
- WriteLineL(file, buffer);
// Saving test set causes reset of index
aSetInfo.SetLastStartedCaseIndex(0);
@@ -4737,6 +4783,31 @@
return iLastStartedCaseIndex;
}
+/*
+-------------------------------------------------------------------------------
+
+ Class: CTestSetInfo
+
+ Method: RenameTestSet
+
+ Description: rename test set
+
+ Parameters: aTestSetName : new TestSetName
+
+ Return Values: TInt: KErrNone if success.
+
+ Errors/Exceptions: None
+
+ Status: Approved
+
+-------------------------------------------------------------------------------
+*/
+void CTestSetInfo::RenameTestSet(const TDesC& aTestSetName)
+ {
+ delete iName;
+ iName=NULL;
+ iName=aTestSetName.AllocL();
+ }
// ================= OTHER EXPORTED FUNCTIONS =================================
// End of File
--- a/stif/TouchConsoleUI/group/TouchConsoleUI.mmp Thu May 27 14:26:55 2010 +0300
+++ b/stif/TouchConsoleUI/group/TouchConsoleUI.mmp Fri Jun 11 15:16:26 2010 +0300
@@ -21,10 +21,10 @@
TARGET TouchConsoleUI.exe
TARGETTYPE exe
-
+UID 0 0x2002C347
CAPABILITY AllFiles CommDD
-VENDORID 0x101FB657
-SECUREID 0x102073DA
+//VENDORID 0x101FB657
+//SECUREID 0x102073DA
USERINCLUDE ../inc
USERINCLUDE ../../inc
--- a/stif/TouchConsoleUI/src/Consolemenus.cpp Thu May 27 14:26:55 2010 +0300
+++ b/stif/TouchConsoleUI/src/Consolemenus.cpp Fri Jun 11 15:16:26 2010 +0300
@@ -3992,7 +3992,7 @@
*/
CMenu* CTestSetMenu::SelectL( TKeyCode aSelection, TBool& aContinue )
{
- TBuf<32> currSetName;
+
MapKeyCode(aSelection);
if( ( aSelection != EKeyRightArrow ) &&
@@ -4064,28 +4064,11 @@
return iSubMenu;
case ESetSave:
- // during the save operation default set name (ConsoleUI.set) is replaced with
- // new name created base on current date.
- // Set is the reloaded to make sure that
- // old test set with default name will not affect test execution
- currSetName.Copy( iTestSetName );
ret = iMain->UIStore().SaveTestSet2( iTestSetName );
if( ret != KErrNone )
{
- User::InfoPrint( _L("Test set saving failed at saving test set") );
- }
-
- ret = iMain->UIStore().RemoveTestSet( currSetName );
- if( ret != KErrNone )
- {
- User::InfoPrint( _L("Test set saving failed at removing old test set") );
- }
-
- ret = iMain->UIStore().LoadTestSet( iTestSetName );
- if( ret != KErrNone )
- {
- User::InfoPrint( _L("Test set saving failed at reloding test set") );
- }
+ User::InfoPrint( _L("Test set saving failed") );
+ }
break;
default:
--- a/stif/group/ReleaseNote.txt Thu May 27 14:26:55 2010 +0300
+++ b/stif/group/ReleaseNote.txt Fri Jun 11 15:16:26 2010 +0300
@@ -1,5 +1,5 @@
========================================================================
-RELEASE NOTE FOR STIF - STIF_201018 (7.3.32)
+RELEASE NOTE FOR STIF - STIF_201020 (7.3.33)
SUPPORTING SERIES 60 3.0 ->
========================================================================
--- a/stif/inc/version.h Thu May 27 14:26:55 2010 +0300
+++ b/stif/inc/version.h Fri Jun 11 15:16:26 2010 +0300
@@ -20,9 +20,9 @@
#define STIF_MAJOR_VERSION 7
#define STIF_MINOR_VERSION 3
-#define STIF_BUILD_VERSION 32
+#define STIF_BUILD_VERSION 33
-#define STIF_REL_DATE "04th May 2010"
+#define STIF_REL_DATE "18th May 2010"
#define TO_UNICODE(text) _L(text)
Binary file stif/sis/Stif_31.sis has changed
--- a/stif/stif_plat/inc/UIStoreIf.h Thu May 27 14:26:55 2010 +0300
+++ b/stif/stif_plat/inc/UIStoreIf.h Fri Jun 11 15:16:26 2010 +0300
@@ -221,6 +221,10 @@
* Gets the info which test case has been started lately.
*/
TUint GetLastStartedCaseIndex(void);
+ /**
+ * rename test set
+ */
+ void RenameTestSet(const TDesC& aTestSetName);
public: // Functions from base classes