[animator] utc_UIFW_elm_animator_repeat_get_func fixed
authorChunEon Park <chuneon.park>
Fri, 11 Feb 2011 01:38:00 +0000 (10:38 +0900)
committerChunEon Park <chuneon.park>
Fri, 11 Feb 2011 01:38:00 +0000 (10:38 +0900)
TC/elm_ts/animator/tet_captured
TC/elm_ts/animator/utc_UIFW_elm_animator_repeat_get_func.c

index 72a26da..755f831 100644 (file)
@@ -1,12 +1 @@
-cc -I. `pkg-config --cflags elementary` -I/scratchbox/TETware/tetware-target/inc/tet3 -Wall  `pkg-config --libs elementary` /scratchbox/TETware/tetware-target/lib/tet3/tcm_s.o -L/scratchbox/TETware/tetware-target/lib/tet3 -ltcm_s -L/scratchbox/TETware/tetware-target/lib/tet3 -lapi_s  utc_UIFW_elm_animator_repeat_get_func.c   -o utc_UIFW_elm_animator_repeat_get_func
-/usr/lib/libelementary.so: undefined reference to `ecore_imf_context_input_panel_key_disabled_set'
-/usr/lib/libelementary.so: undefined reference to `ecore_imf_context_input_panel_event_callback_add'
-/usr/lib/libedje.so.1: undefined reference to `ecore_imf_context_input_panel_caps_mode_set'
-/usr/lib/libelementary.so: undefined reference to `ecore_imf_context_input_panel_hide'
-/usr/lib/libelementary.so: undefined reference to `ECORE_X_ATOM_E_ILLUME_ROTATE_ROOT_ANGLE'
-/usr/lib/libedje.so.1: undefined reference to `ecore_imf_context_input_panel_show'
-/usr/lib/libelementary.so: undefined reference to `ecore_imf_context_input_panel_event_callback_del'
-/usr/lib/libelementary.so: undefined reference to `ecore_imf_context_input_panel_layout_set'
-/usr/lib/libelementary.so: undefined reference to `ECORE_X_ATOM_E_ILLUME_INDICATOR_STATE'
-collect2: ld returned 1 exit status
-make: *** [utc_UIFW_elm_animator_repeat_get_func] Error 1
+make: `utc_UIFW_elm_animator_repeat_get_func' is up to date.
index cf53e5d..2b9d63a 100644 (file)
@@ -79,7 +79,7 @@ static void utc_UIFW_elm_animator_repeat_get_func_01(void)
        
        r = elm_animator_repeat_get(animator);
        
-       if (r != 3) {
+       if (r != 5) {
                tet_infoline("elm_animator_repeat_get() failed in positive test case");
                tet_result(TET_FAIL);
                return;