diff -r 63c982fb92f2 -r b73252188534 mds_plat/location_manager_api/tsrc/src/LocationManagerTestScripterBlocks.cpp --- a/mds_plat/location_manager_api/tsrc/src/LocationManagerTestScripterBlocks.cpp Thu Jul 15 19:07:24 2010 +0300 +++ b/mds_plat/location_manager_api/tsrc/src/LocationManagerTestScripterBlocks.cpp Thu Aug 19 10:20:41 2010 +0300 @@ -88,9 +88,16 @@ 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 ) /