discomfitor pushed a commit to branch master.

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

commit 2ce15216c7b7387c9f404a70649b00b40e503266
Author: Marcel Hollerbach <[email protected]>
Date:   Mon Jun 25 11:00:59 2018 -0400

    eo: get back the eo test suite
    
    Summary: I accidently broke the test suite, due to missing rebuilds.
    
    Reviewers: zmike, devilhorns
    
    Reviewed By: zmike
    
    Subscribers: cedric, #committers
    
    Tags: #efl
    
    Differential Revision: https://phab.enlightenment.org/D6421
---
 src/tests/eo/suite/eo_test_class_behaviour_errors.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/tests/eo/suite/eo_test_class_behaviour_errors.c 
b/src/tests/eo/suite/eo_test_class_behaviour_errors.c
index 7789ed170d..02362257a5 100644
--- a/src/tests/eo/suite/eo_test_class_behaviour_errors.c
+++ b/src/tests/eo/suite/eo_test_class_behaviour_errors.c
@@ -53,7 +53,7 @@ EFL_START_TEST(efl_destructor_unref)
    fail_if(!obj);
 
    DISABLE_ABORT_ON_CRITICAL_START;
-   TEST_EO_CRITICAL("efl_unref", "Obj:%s@%p. User refcount (%d) < 0. Too many 
unrefs.");
+   TEST_EO_ERROR("efl_unref", "Obj:%s@%p. User refcount (%d) < 0. Too many 
unrefs.");
    efl_unref(obj);
    DISABLE_ABORT_ON_CRITICAL_END;
 
@@ -83,7 +83,7 @@ EFL_START_TEST(efl_destructor_double_del)
    efl_manual_free_set(obj, EINA_TRUE);
    fail_if(!obj);
 
-   TEST_EO_CRITICAL("efl_unref", "Obj:%s@%p. User refcount (%d) < 0. Too many 
unrefs.");
+   TEST_EO_ERROR("efl_unref", "Obj:%s@%p. User refcount (%d) < 0. Too many 
unrefs.");
    efl_unref(obj);
    DISABLE_ABORT_ON_CRITICAL_START;
    efl_unref(obj);

-- 


Reply via email to