tests/spec: assert success of content_set during setup

Summary: Depends on D10570

Reviewers: cedric

Reviewed By: cedric

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D10571
This commit is contained in:
Mike Blumenkrantz 2019-10-31 09:02:51 -04:00
parent 4d81d8bf3a
commit 95d5820b05
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ _setup_window_and_widget(const Efl_Class *klass, const Efl_Class *content_klass)
widget_klass = klass;
win = win_add();
widget = efl_add(klass, win);
efl_content_set(win, widget);
ck_assert(efl_content_set(win, widget));
ck_assert(win);
ck_assert(widget);