elementary: make our tests work again
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Sat, 21 Sep 2019 11:10:53 +0000 (13:10 +0200)
committerJongmin Lee <jm105.lee@samsung.com>
Sun, 22 Sep 2019 21:11:58 +0000 (06:11 +0900)
commitd49b9bcd57c215080796b828f0d31c54e2f6fa17
tree2ba35a7b0cd870cc6cdbc7f0f5af92d4fbfe649d
parent03d52c591dce5b1ec5bddd43872e8ad91bbe1109
elementary: make our tests work again

73219114682f64fdbfe0809be3f2d991016dd3f1 moved the constructor to to
top, which leads to the fact that a few widgets cannot fetch the shared
data of the window. Which made the test suite fail.

With this commit we are just moving the sub_object_add after the
constructor, which fixes the flip crash.
This fixes the test suite
src/lib/elementary/efl_ui_widget.c