[UTC][capi-ui-inputmethod][NON-ACR][Remove tc for ime_event_unset_process_input_devic...
authorsungwook79.park <sungwook79.park@samsung.com>
Fri, 10 Feb 2017 04:00:59 +0000 (13:00 +0900)
committersungwook park <sungwook79.park@samsung.com>
Fri, 10 Feb 2017 07:15:16 +0000 (23:15 -0800)
Change-Id: I61bf7cd60cfb4703aff41e961785e308ea968635
Signed-off-by: sungwook79.park <sungwook79.park@samsung.com>
src/utc/capi-ui-inputmethod/public.list
src/utc/capi-ui-inputmethod/tct-capi-ui-inputmethod-core_wearable.h
src/utc/capi-ui-inputmethod/utc-capi-ui-inputmethod.c

index 71d2d3539e97015326e53b9901c744980f522818..392dafd563f19358306707cbce1141853b269de3 100755 (executable)
@@ -46,5 +46,4 @@ ime_device_info_get_name
 ime_device_info_get_class
 ime_device_info_get_subclass
 ime_event_set_process_input_device_event_cb
-ime_event_unset_process_input_device_event_cb
 ime_input_device_rotary_get_direction
index 641acb5f0f3015d2a01214623b11abd667daff7d..db96b868d879d7c117f6ea6e3318de2fe18b33cd 100755 (executable)
@@ -126,7 +126,6 @@ extern int utc_ime_device_info_get_class_n2(void);
 extern int utc_ime_device_info_get_subclass_n(void);
 extern int utc_ime_device_info_get_subclass_n2(void);
 extern int utc_ime_event_set_process_input_device_event_cb_n(void);
-extern int utc_ime_event_unset_process_input_device_event_cb_n(void);
 extern int utc_ime_input_device_rotary_get_direction_n(void);
 
 testcase tc_array[] = {
@@ -234,7 +233,6 @@ testcase tc_array[] = {
     {"utc_ime_device_info_get_subclass_n", utc_ime_device_info_get_subclass_n, utc_capi_ui_inputmethod_startup, utc_capi_ui_inputmethod_cleanup},
     {"utc_ime_device_info_get_subclass_n2", utc_ime_device_info_get_subclass_n2, utc_capi_ui_inputmethod_startup, utc_capi_ui_inputmethod_cleanup},
     {"utc_ime_event_set_process_input_device_event_cb_n", utc_ime_event_set_process_input_device_event_cb_n, utc_capi_ui_inputmethod_startup, utc_capi_ui_inputmethod_cleanup},
-    {"utc_ime_event_unset_process_input_device_event_cb_n", utc_ime_event_unset_process_input_device_event_cb_n, utc_capi_ui_inputmethod_startup, utc_capi_ui_inputmethod_cleanup},
     {"utc_ime_input_device_rotary_get_direction_n", utc_ime_input_device_rotary_get_direction_n, utc_capi_ui_inputmethod_startup, utc_capi_ui_inputmethod_cleanup},
     {NULL, NULL}
 };
index a323d0278e19c645650d366bd46c7806b5e797ff..07aa0b0154a78178e0228ece8e03a0979e44dd06 100755 (executable)
@@ -1547,18 +1547,6 @@ int utc_ime_event_set_process_input_device_event_cb_n(void)
     return 0;
 }
 
-/**
- * @testcase           utc_ime_event_unset_process_input_device_event_cb_n
- * @since_tizen                3.0
- * @description                Negative UTC of the function to reset a function for Rotary input device event.
- */
-int utc_ime_event_unset_process_input_device_event_cb_n(void)
-{
-    int ret = ime_event_unset_process_input_device_event_cb();
-    assert_eq(ret, IME_ERROR_OPERATION_FAILED);
-    return 0;
-}
-
 /**
  * @testcase           utc_ime_input_device_rotary_get_direction_n
  * @since_tizen                3.0