tests: fix unforked efl_ui_radio_group completion

Summary: change fixture to zero all global variables and reset state

Reviewers: bu5hm4n

Reviewed By: bu5hm4n

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D9177
This commit is contained in:
Mike Blumenkrantz 2019-06-25 13:00:53 -04:00
parent 4f0989f290
commit 2730f1e569
1 changed files with 3 additions and 6 deletions

View File

@ -43,12 +43,9 @@ check_setup()
static void
check_teardown()
{
efl_unref(radio_group);
if (win)
{
efl_del(win);
win = NULL;
}
radio_group = NULL;
win = NULL;
state_values = 0;
}
static Eo*