diff --git a/src/tests/eo/suite/eo_test_general.c b/src/tests/eo/suite/eo_test_general.c index b87f37a01c..c6514cca27 100644 --- a/src/tests/eo/suite/eo_test_general.c +++ b/src/tests/eo/suite/eo_test_general.c @@ -195,7 +195,9 @@ START_TEST(eo_data_fetch) obj = eo_add(klass, NULL); fail_if(!obj); + fail_if(eo_data_get(obj, klass)); fail_if(eo_data_scope_get(obj, klass)); + fail_if(!eo_data_scope_get(obj, EO_BASE_CLASS)); eo_unref(obj); eo_shutdown();