elm: fix test case for elm_web

This is a funny story:
elm_web loads modules for getting a actual elm.web object. However, when
elementary was merged into EFL someone (... :)) forgot to change the
path that is used to load intree modules, so elm.web.none was never
actaully tested ... :)

But thx to the wonderfull legacy patch its super simple to fix this :)
This commit is contained in:
Marcel Hollerbach 2018-02-17 20:12:12 +01:00
parent e360312678
commit 8aa4df37c3
2 changed files with 2 additions and 1 deletions

View File

@ -144,6 +144,7 @@ static const char *legacy_type_table[][2] =
{ "Elm.Slideshow", "Elm_Slideshow" },
{ "Elm.Spinner", "Elm_Spinner" },
{ "Elm.Plug", "Elm_Plug" },
{ "Elm.Web.None", "Elm_Web" },
{ NULL, NULL }
};

View File

@ -1,4 +1,4 @@
class Elm.Web.None (Elm.Web)
class Elm.Web.None (Elm.Web, Efl.Ui.Legacy)
{
[[Elementary web module class]]
implements {