summaryrefslogtreecommitdiff
path: root/src/tests/eo/suite/eo_test_domain.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/eo/suite/eo_test_domain.c')
-rw-r--r--src/tests/eo/suite/eo_test_domain.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/tests/eo/suite/eo_test_domain.c b/src/tests/eo/suite/eo_test_domain.c
index 45a1fe377f..114f57060d 100644
--- a/src/tests/eo/suite/eo_test_domain.c
+++ b/src/tests/eo/suite/eo_test_domain.c
@@ -17,7 +17,6 @@ _a_set(Eo *obj EINA_UNUSED, void *class_data, int a)
Domain_Public_Data *pd = class_data;
printf("Set Begin\n");
pd->a = a;
- sleep(1);
printf("Set End\n");
printf("Call Events\n");
efl_event_callback_legacy_call(obj, EV_DOMAIN_A_CHANGED, &pd->a);
@@ -32,7 +31,7 @@ _a_get(Eo *obj EINA_UNUSED, void *class_data)
return pd->a;
}
-//return obj = efl_add(DOMAIN_CLASS, NULL);
+//return obj = efl_add_ref(DOMAIN_CLASS, NULL);
EFL_VOID_FUNC_BODYV(domain_recursive, EFL_FUNC_CALL(n), int n);