[ITC][capi-maps-service][Non-ACR][maps_place_list_create_destroy TC removed. maps_pla...
authorso2.park <so2.park@samsung.com>
Tue, 4 Oct 2016 00:50:06 +0000 (09:50 +0900)
committerso2.park <so2.park@samsung.com>
Tue, 4 Oct 2016 00:50:06 +0000 (09:50 +0900)
Change-Id: I1d42f40fb1f7574a46aeba6c3ed0f115fb7f4d4b
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 fd4a898549e07871001d7dbf0ef66641b27aac03..f4fc6c7b8e09d98298cc70ba75da0876cfb5dcc6 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);
@@ -305,7 +304,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 65606dbb6cb01cf01bfa2e048767c629cc4236ad..cbe94fb1631eb62812ff92e7bd48f39d1c1b400d 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);
@@ -304,7 +303,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},