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
/**
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);
{"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},
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);
{"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},