summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hacohen <tom@stosb.com>2013-11-08 13:56:06 +0000
committerTom Hacohen <tom@stosb.com>2013-11-08 13:56:06 +0000
commit2e9f41f7f730a9edc8d0078ffa446ad98573413f (patch)
tree334ee4c160543a0a6af310090c9508518710f103
parent186db03fdb1c216f374b85dff8cf9c64b782c787 (diff)
downloadefl-2e9f41f7f730a9edc8d0078ffa446ad98573413f.tar.gz
Eo2 suite: add an important FIXME.
-rw-r--r--src/tests/eo/suite/eo_test_general.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/eo/suite/eo_test_general.c b/src/tests/eo/suite/eo_test_general.c
index ab995cadbf..8fd74e4f8f 100644
--- a/src/tests/eo/suite/eo_test_general.c
+++ b/src/tests/eo/suite/eo_test_general.c
@@ -594,7 +594,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);