Eo tests: add more eo_data_get tests.

This commit is contained in:
Tom Hacohen 2016-03-04 14:03:41 +00:00
parent 457c6e43fc
commit d72b336f69
1 changed files with 2 additions and 0 deletions

View File

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