From: chanywa Date: Fri, 3 Jun 2016 05:19:04 +0000 (+0900) Subject: [UTC][capi-maps-service][Non-ACR][modify negative TC of maps_view_move, because its... X-Git-Tag: Beta_RC10~112^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6f2173474ffcb944810907fa34b18f815d3093a2;p=test%2Ftct%2Fnative%2Fapi.git [UTC][capi-maps-service][Non-ACR][modify negative TC of maps_view_move, because its check condition should be changed] Change-Id: Iede8927932b414ba2531ce4087117c221a1cfedf --- diff --git a/src/utc/capi-maps-service/utc_maps_view.c b/src/utc/capi-maps-service/utc_maps_view.c index 71057f9..22ac5cf 100755 --- a/src/utc/capi-maps-service/utc_maps_view.c +++ b/src/utc/capi-maps-service/utc_maps_view.c @@ -882,13 +882,6 @@ int utc_maps_view_move_n(void) { ret = maps_view_move(NULL, 10, 10); assert_eq(ret, MAPS_ERROR_INVALID_PARAMETER); - - ret = maps_view_move(maps_view_handle, -1, 10); - assert_eq(ret, MAPS_ERROR_INVALID_PARAMETER); - - ret = maps_view_move(maps_view_handle, 10, -1); - assert_eq(ret, MAPS_ERROR_INVALID_PARAMETER); - return 0; }