[ITC][capi-maps-service][Non-ACR][Fix build fail]
authorso2.park <so2.park@samsung.com>
Mon, 26 Sep 2016 08:13:16 +0000 (17:13 +0900)
committerso2.park <so2.park@samsung.com>
Mon, 26 Sep 2016 08:13:16 +0000 (17:13 +0900)
Change-Id: I8946517968c5396620a1c93dd26cbf9de906a3bf
Signed-off-by: so2.park <so2.park@samsung.com>
src/itc/capi-maps-service/ITs-capi-maps-service.c
src/itc/capi-maps-service/tct-capi-maps-service-native_mobile.h
src/itc/capi-maps-service/tct-capi-maps-service-native_wearable.h

index c35b7a7bfc9ae03956ec90bd771caaa38835b8eb..a1e3da7d1e2ee0fe62187a21cd19b668189eae18 100755 (executable)
@@ -1544,37 +1544,7 @@ int ITc_maps_service_get_place_details_p(void)
        return 0;
 }
 
-//& type: auto
-//& purpose:  scenario to destroy place list
-/**
-* @testcase                            ITc_maps_place_list_destroy_p
-* @author                      SRID(nibha.sharma)
-* @reviewer                    SRID(parshant.v)
-* @type                                        auto
-* @since_tizen                         3.0
-* @description                 scenario to destroy place list
-* @scenario                            maps_place_list_destroy
-* @apicovered                  maps_place_list_destroy
-* @passcase                            if maps_place_list_destroy passes
-* @failcase                            if maps_place_list_destroy fails
-* @precondition                        NA
-* @postcondition               NA
-*/
-int ITc_maps_place_list_destroy_p(void)
-{
-       START_TEST(g_hMapService, "maps_service");
-       
-       maps_place_list_h place_list = NULL;
-       
-       int nRet = maps_place_list_create(&place_list);
-       PRINT_RESULT(MAPS_ERROR_NONE, nRet, "maps_place_list_create", MapServiceGetError(nRet));
-       CHECK_HANDLE(place_list, "maps_place_list_create");
-       
-       nRet = maps_place_list_destroy(place_list);
-       PRINT_RESULT(MAPS_ERROR_NONE, nRet, "maps_place_list_destroy", MapServiceGetError(nRet));
-       
-       return 0;
-}
+
 //& type: auto
 //& purpose:  scenario to get the user's consent to use maps data
 /**
index 30759a449848f8e743de1c3c1f0c0bed259f7a5a..615fa0b3bd03878afbab1ced91620b57c71d1cb7 100755 (executable)
@@ -122,7 +122,6 @@ extern int ITc_maps_service_search_route_waypoints_p(void);
 extern int ITc_maps_service_multi_reverse_geocode_p(void);
 extern int ITc_maps_service_search_place_list_p(void);
 extern int ITc_maps_service_get_place_details_p(void);
-extern int ITc_maps_place_list_destroy_p(void);
 extern int ITc_maps_place_foreach_contact_p(void);
 extern int ITc_maps_place_contact_clone_destroy_p(void);
 extern int ITc_maps_place_contact_get_label_p(void);
@@ -314,7 +313,6 @@ testcase tc_array[] = {
     {"ITc_maps_service_multi_reverse_geocode_p", ITc_maps_service_multi_reverse_geocode_p, ITs_maps_service_startup, ITs_maps_service_cleanup},
     {"ITc_maps_service_search_place_list_p", ITc_maps_service_search_place_list_p, ITs_maps_service_startup, ITs_maps_service_cleanup},
     {"ITc_maps_service_get_place_details_p", ITc_maps_service_get_place_details_p, ITs_maps_service_startup, ITs_maps_service_cleanup},
-       {"ITc_maps_place_list_destroy_p", ITc_maps_place_list_destroy_p, ITs_maps_service_startup, ITs_maps_service_cleanup},
        {"ITc_maps_place_foreach_contact_p", ITc_maps_place_foreach_contact_p, ITs_maps_place_contact_startup, ITs_maps_place_contact_cleanup},
        {"ITc_maps_place_contact_clone_destroy_p", ITc_maps_place_contact_clone_destroy_p, ITs_maps_place_contact_startup, ITs_maps_place_contact_cleanup},
        {"ITc_maps_place_contact_get_label_p", ITc_maps_place_contact_get_label_p, ITs_maps_place_contact_startup, ITs_maps_place_contact_cleanup},
index 511c9767c04b9351055d9722bf9552c1cb89edef..c46a93986d5eaad5e59544bdffdaeb8c43943965 100755 (executable)
@@ -122,7 +122,6 @@ extern int ITc_maps_service_search_route_waypoints_p(void);
 extern int ITc_maps_service_multi_reverse_geocode_p(void);
 extern int ITc_maps_service_search_place_list_p(void);
 extern int ITc_maps_service_get_place_details_p(void);
-extern int ITc_maps_place_list_destroy_p(void);
 extern int ITc_maps_place_foreach_contact_p(void);
 extern int ITc_maps_place_contact_clone_destroy_p(void);
 extern int ITc_maps_place_contact_get_label_p(void);
@@ -313,7 +312,6 @@ testcase tc_array[] = {
     {"ITc_maps_service_multi_reverse_geocode_p", ITc_maps_service_multi_reverse_geocode_p, ITs_maps_service_startup, ITs_maps_service_cleanup},
     {"ITc_maps_service_search_place_list_p", ITc_maps_service_search_place_list_p, ITs_maps_service_startup, ITs_maps_service_cleanup},
     {"ITc_maps_service_get_place_details_p", ITc_maps_service_get_place_details_p, ITs_maps_service_startup, ITs_maps_service_cleanup},
-       {"ITc_maps_place_list_destroy_p", ITc_maps_place_list_destroy_p, ITs_maps_service_startup, ITs_maps_service_cleanup},
        {"ITc_maps_place_foreach_contact_p", ITc_maps_place_foreach_contact_p, ITs_maps_place_contact_startup, ITs_maps_place_contact_cleanup},
        {"ITc_maps_place_contact_clone_destroy_p", ITc_maps_place_contact_clone_destroy_p, ITs_maps_place_contact_startup, ITs_maps_place_contact_cleanup},
        {"ITc_maps_place_contact_get_label_p", ITc_maps_place_contact_get_label_p, ITs_maps_place_contact_startup, ITs_maps_place_contact_cleanup},