projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74a7661
)
tests: disable new atspi parent test for me as it breaks
author
Stefan Schmidt
<stefan@osg.samsung.com>
Mon, 5 Oct 2015 13:46:24 +0000
(15:46 +0200)
committer
Stefan Schmidt
<stefan@osg.samsung.com>
Mon, 5 Oct 2015 13:46:24 +0000
(15:46 +0200)
Breaking distcheck for me and delaying the alpha1 tarballs. The API is still
marked as unstable but we might want to look into it during the beta's.
src/tests/elm_test_list.c
patch
|
blob
|
history
diff --git
a/src/tests/elm_test_list.c
b/src/tests/elm_test_list.c
index c5404c3541f2acf6ff02fc3d296db717aa6140ee..b22e078cfe8fb7457d05a19b157561af4273afa9 100644
(file)
--- a/
src/tests/elm_test_list.c
+++ b/
src/tests/elm_test_list.c
@@
-241,6
+241,6
@@
void elm_test_list(TCase *tc)
tcase_add_test(tc, elm_list_atspi_selection_all_children_select);
tcase_add_test(tc, elm_list_atspi_selection_clear);
tcase_add_test(tc, elm_list_atspi_selection_child_deselect);
+ tcase_add_test(tc, elm_atspi_children_parent);
#endif
- tcase_add_test(tc, elm_atspi_children_parent);
}