[label] rename testcase files
authorHyoyoung Chang <hyoyoung.chang@samsung.com>
Thu, 9 Sep 2010 12:07:30 +0000 (21:07 +0900)
committerHyoyoung Chang <hyoyoung.chang@samsung.com>
Thu, 9 Sep 2010 12:07:30 +0000 (21:07 +0900)
TC/elm_ts/label/Makefile
TC/elm_ts/label/tslist
TC/elm_ts/label/utc_UIFW_elm_label_label_get_func.c [moved from TC/elm_ts/label/utc_UIFW_elm_label_label_get.c with 100% similarity]
TC/elm_ts/label/utc_UIFW_elm_label_line_wrap_get_func.c [moved from TC/elm_ts/label/utc_UIFW_elm_label_line_wrap_get.c with 100% similarity]
TC/elm_ts/label/utc_UIFW_elm_label_wrap_height_get_func.c [moved from TC/elm_ts/label/utc_UIFW_elm_label_wrap_height_get.c with 100% similarity]
TC/elm_ts/label/utc_UIFW_elm_label_wrap_width_get_func.c [moved from TC/elm_ts/label/utc_UIFW_elm_label_wrap_width_get.c with 100% similarity]

index ff26342..cbe18d1 100755 (executable)
@@ -1,10 +1,10 @@
 CC ?= gcc
 
 TARGETS = utc_UIFW_elm_label_add_func \
-         utc_UIFW_elm_label_label_get \
-         utc_UIFW_elm_label_line_wrap_get \
-         utc_UIFW_elm_label_wrap_height_get \
-         utc_UIFW_elm_label_wrap_width_get
+         utc_UIFW_elm_label_label_get_func \
+         utc_UIFW_elm_label_line_wrap_get_func \
+         utc_UIFW_elm_label_wrap_height_get_func \
+         utc_UIFW_elm_label_wrap_width_get_func
 
 PKGS = elementary
 
index 87a99df..abd7426 100755 (executable)
@@ -1,5 +1,5 @@
 /elm_ts/label/utc_UIFW_elm_label_add_func
-/elm_ts/label/utc_UIFW_elm_label_label_get
-/elm_ts/label/utc_UIFW_elm_label_line_wrap_get
-/elm_ts/label/utc_UIFW_elm_label_wrap_height_get
-/elm_ts/label/utc_UIFW_elm_label_wrap_width_get
+/elm_ts/label/utc_UIFW_elm_label_label_get_func
+/elm_ts/label/utc_UIFW_elm_label_line_wrap_get_func
+/elm_ts/label/utc_UIFW_elm_label_wrap_height_get_func
+/elm_ts/label/utc_UIFW_elm_label_wrap_width_get_func