jackdanielz pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=82fcf8aeca3fb662aa54fce7cc85fd709f5d057f

commit 82fcf8aeca3fb662aa54fce7cc85fd709f5d057f
Author: Daniel Zaoui <daniel.za...@yahoo.com>
Date:   Tue Sep 12 18:14:01 2017 +0300

    Tests: fix datetime test for Exactness
    
    The clock needs to be paused otherwise the shot is not stable
---
 src/bin/elementary/test_datetime.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/bin/elementary/test_datetime.c 
b/src/bin/elementary/test_datetime.c
index 8a8a199eff..9894e1b634 100644
--- a/src/bin/elementary/test_datetime.c
+++ b/src/bin/elementary/test_datetime.c
@@ -27,8 +27,10 @@ _bt_clicked(void *data EINA_UNUSED, Evas_Object *obj, void 
*event_info EINA_UNUS
    new_time.tm_mday = 26;
    new_time.tm_hour = 9;
    new_time.tm_min = 0;
+   new_time.tm_sec = 0;
    elm_datetime_field_visible_set(dt1, ELM_DATETIME_HOUR, EINA_TRUE);
    elm_datetime_field_visible_set(dt1, ELM_DATETIME_MINUTE, EINA_TRUE);
+   efl_ui_clock_pause_set(dt1, EINA_TRUE);
    elm_datetime_value_set(dt1, &new_time);
    elm_object_disabled_set(dt1, EINA_TRUE);
 

-- 


Reply via email to