tests: preload elm csd theme in elm_suite startup
authorMike Blumenkrantz <zmike@osg.samsung.com>
Wed, 18 Apr 2018 11:58:15 +0000 (13:58 +0200)
committerWonki Kim <wonki_.kim@samsung.com>
Tue, 29 May 2018 04:06:52 +0000 (13:06 +0900)
Summary:
ref T6864
Depends on D5958

Reviewers: stefan_schmidt

Subscribers: cedric

Maniphest Tasks: T6864

Differential Revision: https://phab.enlightenment.org/D5959

src/tests/elementary/elm_suite.c

index e1d899d..b7e07bd 100644 (file)
@@ -155,6 +155,8 @@ main(int argc, char **argv)
    /* preload default theme */
    failed_count += !elm_theme_group_path_find(NULL, "elm/button/base/default");
    EINA_SAFETY_ON_TRUE_RETURN_VAL(failed_count, 255);
+   failed_count += !elm_theme_group_path_find(NULL, "elm/border/base/default");
+   EINA_SAFETY_ON_TRUE_RETURN_VAL(failed_count, 255);
    failed_count += !elm_theme_group_path_find(NULL, "elm/win/base/default");
    EINA_SAFETY_ON_TRUE_RETURN_VAL(failed_count, 255);