summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <zmike@osg.samsung.com>2018-04-18 13:58:15 +0200
committerStefan Schmidt <stefan@osg.samsung.com>2018-04-18 13:58:15 +0200
commitab430e3ee555973e84fbfaa36291abbc2abb72fb (patch)
tree25a090d00e96eabb5640430a40ec28c815e3a4c0
parent9bfa85fdf01071e52f5d6cbb5e453f6ecdd3ea68 (diff)
downloadefl-ab430e3ee555973e84fbfaa36291abbc2abb72fb.tar.gz
tests: preload elm csd theme in elm_suite startup
Summary: ref T6864 Depends on D5958 Reviewers: stefan_schmidt Subscribers: cedric Maniphest Tasks: T6864 Differential Revision: https://phab.enlightenment.org/D5959
-rw-r--r--src/tests/elementary/elm_suite.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tests/elementary/elm_suite.c b/src/tests/elementary/elm_suite.c
index e1d899defb..b7e07bd45b 100644
--- a/src/tests/elementary/elm_suite.c
+++ b/src/tests/elementary/elm_suite.c
@@ -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);