bu5hm4n pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=6a00de11f73f7e8c524d99ec0905d64b28cdad44
commit 6a00de11f73f7e8c524d99ec0905d64b28cdad44 Author: Marcel Hollerbach <[email protected]> Date: Thu Apr 4 13:30:40 2019 +0200 behavior-tests: add Efl.Ui.Table there are no tests for Efl.Pack_Table for now, so here comes unification for Efl.Pack tests. Differential Revision: https://phab.enlightenment.org/D8557 --- src/tests/elementary/spec/generator.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tests/elementary/spec/generator.py b/src/tests/elementary/spec/generator.py index 3554b31b56..47749fac07 100755 --- a/src/tests/elementary/spec/generator.py +++ b/src/tests/elementary/spec/generator.py @@ -2,6 +2,7 @@ tests = [ ["Efl.Pack_Linear" , "Efl.Ui.Box"], + ["Efl.Pack" , "Efl.Ui.Table"], ] fixture_gen_template = """ --
