jpeg pushed a commit to branch master.

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

commit 6076014f5815ee7d129aa38a1eb380d9262de77f
Author: Jean-Philippe Andre <jp.an...@samsung.com>
Date:   Mon Dec 5 18:15:08 2016 +0900

    eo: Fix test case
    
    The exact error message has changed.
    Another test case is still broken.
---
 src/tests/eo/suite/eo_test_call_errors.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tests/eo/suite/eo_test_call_errors.c 
b/src/tests/eo/suite/eo_test_call_errors.c
index 3b23216..969a6b2 100644
--- a/src/tests/eo/suite/eo_test_call_errors.c
+++ b/src/tests/eo/suite/eo_test_call_errors.c
@@ -38,7 +38,7 @@ START_TEST(eo_api_not_implemented_call)
    Eo *obj = efl_add(SIMPLE_CLASS, NULL);
    fail_if(!obj);
 
-   TEST_EO_ERROR("_efl_object_api_op_id_get", "Unable to resolve op for api 
func %p");
+   TEST_EO_ERROR("simple_no_implementation", "Unable to resolve op for api 
func %p for obj=%p (%s)");
    simple_no_implementation(obj);
    fail_unless(ctx.did);
 

-- 


Reply via email to