diff -r 2872ae438bf7 -r e538444823de mds_plat/location_manager_api/tsrc/src/LocationManagerTestScripterBlocks.cpp --- a/mds_plat/location_manager_api/tsrc/src/LocationManagerTestScripterBlocks.cpp Wed Sep 15 12:40:59 2010 +0300 +++ b/mds_plat/location_manager_api/tsrc/src/LocationManagerTestScripterBlocks.cpp Wed Oct 13 15:02:02 2010 +0300 @@ -88,16 +88,9 @@ ENTRY( "DeleteFile" , CLocationManagerTestScripter::DeleteFileL ), ENTRY( "GetStatus" , CLocationManagerTestScripter::GetStatusL ), ENTRY( "GetStatus2" , CLocationManagerTestScripter::GetStatus2L ) + //ADD NEW ENTRY HERE + // [test cases entries] - Do not remove -#ifdef LOC_REVERSEGEOCODE - ,ENTRY( "ConnectGeoTaggerL", CLocationManagerTestScripter::ConnectGeoTaggerL ) - ,ENTRY( "CloseGeoTaggerL", CLocationManagerTestScripter::CloseGeoTaggerL ) - ,ENTRY( "StartGeoTaggingL", CLocationManagerTestScripter::StartGeoTaggingL ) - ,ENTRY( "TestGeoTagCompleteStatusL", CLocationManagerTestScripter::TestGeoTagCompleteStatusL ) - ,ENTRY( "TestGeoTagPendingStatusL", CLocationManagerTestScripter::TestGeoTagPendingStatusL ) - ,ENTRY( "TestGeoTagGoingOnStatusL", CLocationManagerTestScripter::TestGeoTagGoingOnStatusL ) - ,ENTRY( "CancelGeoTaggingL", CLocationManagerTestScripter::CancelGeoTaggingL ) -#endif //LOC_REVERSEGEOCODE }; const TInt count = sizeof( KFunctions ) /