summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Philippe Andre <jp.andre@samsung.com>2016-12-05 18:15:08 +0900
committerJean-Philippe Andre <jp.andre@samsung.com>2016-12-05 18:40:46 +0900
commit6076014f5815ee7d129aa38a1eb380d9262de77f (patch)
treef603e102faea4571531dd6648dbe06c2d8e774ad
parent552831386a9553dc49185db30a56fbe93bbcd127 (diff)
downloadefl-6076014f5815ee7d129aa38a1eb380d9262de77f.tar.gz
eo: Fix test case
The exact error message has changed. Another test case is still broken.
-rw-r--r--src/tests/eo/suite/eo_test_call_errors.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/eo/suite/eo_test_call_errors.c b/src/tests/eo/suite/eo_test_call_errors.c
index 3b23216711..969a6b28d6 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);