eo2 suite: add an important FIXME.

This commit is contained in:
Tom Hacohen 2013-11-08 13:56:06 +00:00
parent 08b28211b6
commit 7d79b10bb6
1 changed files with 1 additions and 1 deletions

View File

@ -595,7 +595,7 @@ START_TEST(eo_magic_checks)
ck_assert_int_ne(i, a);
eo2_do_super(obj, (const Eo_Class *) buf, simple_a_set(++i));
eo2_do_super(obj, (const Eo_Class *) buf, a = simple_a_get());
ck_assert_int_ne(i, a);
ck_assert_int_ne(i, a); // FIXME Jeremy: shouldn't happen. do_super should check for class validity and fail!
fail_if(eo_class_get((Eo *) buf));
fail_if(eo_class_name_get((Eo_Class*) buf));
fail_if(eo_class_get(obj) != SIMPLE_CLASS);