edje test - part content should be null as nothing is swallowed yet

fix test
This commit is contained in:
Carsten Haitzler 2018-11-10 16:31:18 +00:00
parent 1dda6461be
commit 791cd5b157
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ EFL_START_TEST(edje_test_part_caching)
p = efl_part(ly, "swallow");
o1 = efl_content_get(p);
ck_assert_ptr_ne(o1, NULL);
ck_assert_ptr_eq(o1, NULL);
if (global_p)
ck_assert_ptr_eq(global_p, p);