eo: Fix test case

The exact error message has changed.
Another test case is still broken.
devs/barbieri/jenkins
Jean-Philippe Andre 7 years ago
parent 552831386a
commit 6076014f58
  1. 2
      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);

Loading…
Cancel
Save