eo: Fix test case

The exact error message has changed.
Another test case is still broken.
This commit is contained in:
Jean-Philippe Andre 2016-12-05 18:15:08 +09:00
parent 552831386a
commit 6076014f58
1 changed files with 1 additions and 1 deletions

View File

@ -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);