projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f143050
)
Elm test web: Correctly disable the web tests.
author
Tom Hacohen
<tom@stosb.com>
Tue, 12 Apr 2016 14:39:36 +0000
(15:39 +0100)
committer
Tom Hacohen
<tom@stosb.com>
Tue, 12 Apr 2016 14:39:36 +0000
(15:39 +0100)
This gets rid of some clang warnings.
src/tests/elementary/elm_test_web.c
patch
|
blob
|
history
diff --git
a/src/tests/elementary/elm_test_web.c
b/src/tests/elementary/elm_test_web.c
index
755c3f9
..
e986e8c
100644
(file)
--- a/
src/tests/elementary/elm_test_web.c
+++ b/
src/tests/elementary/elm_test_web.c
@@
-9,6
+9,7
@@
START_TEST (elm_atspi_role_get)
{
+#if 0
Evas_Object *win, *web;
Elm_Atspi_Role role;
@@
-21,10
+22,11
@@
START_TEST (elm_atspi_role_get)
ck_assert(role == ELM_ATSPI_ROLE_HTML_CONTAINER);
elm_shutdown();
+#endif
}
END_TEST
void elm_test_web(TCase *tc)
{
- /* tcase_add_test(tc, elm_atspi_role_get); */
+ tcase_add_test(tc, elm_atspi_role_get);
}