mds_plat/location_manager_api/tsrc/src/LocationManagerTestScripterBlocks.cpp
branchRCL_3
changeset 19 b73252188534
parent 0 c53acadfccc6
equal deleted inserted replaced
18:63c982fb92f2 19:b73252188534
    86         ENTRY( "CrashLocationManager" , CLocationManagerTestScripter::CrashLocationManagerL ),
    86         ENTRY( "CrashLocationManager" , CLocationManagerTestScripter::CrashLocationManagerL ),
    87         ENTRY( "GetFile" , CLocationManagerTestScripter::GetFileL ),
    87         ENTRY( "GetFile" , CLocationManagerTestScripter::GetFileL ),
    88         ENTRY( "DeleteFile" , CLocationManagerTestScripter::DeleteFileL ),
    88         ENTRY( "DeleteFile" , CLocationManagerTestScripter::DeleteFileL ),
    89         ENTRY( "GetStatus" , CLocationManagerTestScripter::GetStatusL ),
    89         ENTRY( "GetStatus" , CLocationManagerTestScripter::GetStatusL ),
    90         ENTRY( "GetStatus2" , CLocationManagerTestScripter::GetStatus2L )
    90         ENTRY( "GetStatus2" , CLocationManagerTestScripter::GetStatus2L )
    91         //ADD NEW ENTRY HERE
    91 
    92         // [test cases entries] - Do not remove
    92 #ifdef LOC_REVERSEGEOCODE
    93 
    93         ,ENTRY( "ConnectGeoTaggerL", CLocationManagerTestScripter::ConnectGeoTaggerL )
       
    94         ,ENTRY( "CloseGeoTaggerL", CLocationManagerTestScripter::CloseGeoTaggerL )
       
    95         ,ENTRY( "StartGeoTaggingL", CLocationManagerTestScripter::StartGeoTaggingL )
       
    96         ,ENTRY( "TestGeoTagCompleteStatusL", CLocationManagerTestScripter::TestGeoTagCompleteStatusL )
       
    97         ,ENTRY( "TestGeoTagPendingStatusL", CLocationManagerTestScripter::TestGeoTagPendingStatusL )
       
    98         ,ENTRY( "TestGeoTagGoingOnStatusL", CLocationManagerTestScripter::TestGeoTagGoingOnStatusL )
       
    99         ,ENTRY( "CancelGeoTaggingL", CLocationManagerTestScripter::CancelGeoTaggingL )
       
   100 #endif //LOC_REVERSEGEOCODE
    94         };
   101         };
    95 
   102 
    96     const TInt count = sizeof( KFunctions ) / 
   103     const TInt count = sizeof( KFunctions ) / 
    97                         sizeof( TStifFunctionInfo );
   104                         sizeof( TStifFunctionInfo );
    98 
   105