tasn pushed a commit to branch master.

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

commit e0a95a96c96f3d92418041a931a93bc2898c5cf1
Author: Tom Hacohen <t...@stosb.com>
Date:   Mon Sep 5 15:25:14 2016 +0100

    Efl object: Simplify test that was unneededly prone to breaking
---
 src/tests/eo/suite/eo_test_class_errors.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/tests/eo/suite/eo_test_class_errors.c 
b/src/tests/eo/suite/eo_test_class_errors.c
index 410174b..a63d9f5 100644
--- a/src/tests/eo/suite/eo_test_class_errors.c
+++ b/src/tests/eo/suite/eo_test_class_errors.c
@@ -236,7 +236,6 @@ END_TEST
 START_TEST(eo_wrong_override)
 {
    efl_object_init();
-   eina_log_print_cb_set(eo_test_print_cb, &ctx);
 
    const Efl_Class *klass;
 
@@ -253,12 +252,8 @@ START_TEST(eo_wrong_override)
         NULL
    };
 
-   TEST_EO_ERROR("_eo_class_funcs_set", "Class '%s': Can't find api func 
description in class hierarchy (%p->%p) (%s).");
    klass = efl_class_new(&class_desc, NULL, NULL);
    fail_if(klass);
-   fail_unless(ctx.did);
-
-   eina_log_print_cb_set(eina_log_print_cb_stderr, NULL);
 
    efl_object_shutdown();
 }

-- 


Reply via email to