mds_plat/location_manager_api/tsrc/src/LocationManagerTestScripterBlocks.cpp
branchRCL_3
changeset 19 b73252188534
parent 0 c53acadfccc6
--- 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 ) /