summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjunkyu han <junkyu.han@samsung.com>2017-05-18 17:13:57 +0900
committerjunkyu han <junkyu.han@samsung.com>2017-05-18 17:13:57 +0900
commit9c2eed1d5584f25711ebb9309ac620c02118760e (patch)
tree9754a43ae994f3b90cff17a5d3f60f695204d3d0
parentb8c49f73980afeba845dc0753cba52fdfd31d9a0 (diff)
downloadw3-home-9c2eed1d5584f25711ebb9309ac620c02118760e.tar.gz
w3-home-9c2eed1d5584f25711ebb9309ac620c02118760e.tar.bz2
w3-home-9c2eed1d5584f25711ebb9309ac620c02118760e.zip
Change file name to moments_state_view.c -> moments_status_view_ui.c
Change-Id: I3433b984ef6660e5971676bef7b95052d9571050
-rwxr-xr-xCMakeLists.txt2
-rwxr-xr-xtest/feature_test/feature_test.c2
-rwxr-xr-xtest/feature_test/feature_test.h2
-rw-r--r--test/feature_test/group_feature_moments_status_view_ui.c (renamed from test/feature_test/group_feature_moments_status_view.c)4
4 files changed, 5 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 540d54e..394645a 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -226,7 +226,7 @@ ADD_EXECUTABLE(${PROJECT_NAME}
test/feature_test/group_feature_moments_pull_down.c
test/feature_test/group_feature_moments_default_ui.c
test/feature_test/group_feature_moments_vi.c
- test/feature_test/group_feature_moments_status_view.c
+ test/feature_test/group_feature_moments_status_view_ui.c
test/feature_test/group_feature_moments_controls_view.c
test/unit/unit_assert.c
diff --git a/test/feature_test/feature_test.c b/test/feature_test/feature_test.c
index 8d5c2f5..3dabe72 100755
--- a/test/feature_test/feature_test.c
+++ b/test/feature_test/feature_test.c
@@ -17,7 +17,7 @@ void feature_test(void)
TEST_GROUP_ADD("group_feature_status_area_layer_show", group_feature_status_area_layer_show);
TEST_GROUP_ADD("group_feature_moments_default_ui", group_feature_moments_default_ui);
TEST_GROUP_ADD("group_feature_moments_vi", group_feature_moments_vi);
- TEST_GROUP_ADD("group_feature_moments_status_view_create", group_feature_moments_status_view_create);
+ TEST_GROUP_ADD("group_feature_moments_status_view_ui", group_feature_moments_status_view_ui);
TEST_GROUP_ADD("group_feature_moments_controls_show", group_feature_moments_controls_show);
TEST_RUN(__test_complete_cb);
diff --git a/test/feature_test/feature_test.h b/test/feature_test/feature_test.h
index a7e8cf3..eb3b8f6 100755
--- a/test/feature_test/feature_test.h
+++ b/test/feature_test/feature_test.h
@@ -14,7 +14,7 @@ void group_feature_status_area_layer_show(unit_group_t * group);
void group_feature_moments_pull_down(unit_group_t * group);
void group_feature_moments_default_ui(unit_group_t * group);
void group_feature_moments_vi(unit_group_t * group);
-void group_feature_moments_status_view_create(unit_group_t * group);
+void group_feature_moments_status_view_ui(unit_group_t * group);
void group_feature_moments_controls_show(unit_group_t * group);
#endif
diff --git a/test/feature_test/group_feature_moments_status_view.c b/test/feature_test/group_feature_moments_status_view_ui.c
index 6be257d..c825dd0 100644
--- a/test/feature_test/group_feature_moments_status_view.c
+++ b/test/feature_test/group_feature_moments_status_view_ui.c
@@ -267,7 +267,7 @@ static void __case_check_status_callsignal_icon_change(bool * is_passed)
*is_passed = true;
}
-void group_feature_moments_status_view_create(unit_group_t * group)
+void group_feature_moments_status_view_ui(unit_group_t * group)
{
if (s_info.group_timer) {
ecore_timer_del(s_info.group_timer);
@@ -277,7 +277,7 @@ void group_feature_moments_status_view_create(unit_group_t * group)
s_info.current_step = 0;
s_info.current_case = 0;
s_info.group = group;
- s_info.group_timer = ecore_timer_add(0.6, __group_timer_callback, NULL);
+ s_info.group_timer = ecore_timer_add(0.1, __group_timer_callback, NULL);
}
static Eina_Bool __group_timer_callback(void * data)