summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Hollerbach <mail@marcel-hollerbach.de>2019-09-18 11:42:53 +0200
committerMarcel Hollerbach <mail@marcel-hollerbach.de>2019-09-18 11:55:56 +0200
commitc6570e0c1d8591c4c626c07c9cc7bc1c2c77aa7a (patch)
tree7c23edd211fb7f9e8be402235db65076f8fe53eb
parent41adbcae276f5b20fe1fffbf707a0cbfa0815d9c (diff)
downloadefl-devs/bu5hm4n/eio-fixes.tar.gz
elc_fileselector: bring back this unit testdevs/bu5hm4n/eio-fixes
Differential Revision: https://phab.enlightenment.org/D10005
-rw-r--r--src/tests/elementary/elm_test_fileselector.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/tests/elementary/elm_test_fileselector.c b/src/tests/elementary/elm_test_fileselector.c
index b26e12fc51..50703ae37a 100644
--- a/src/tests/elementary/elm_test_fileselector.c
+++ b/src/tests/elementary/elm_test_fileselector.c
@@ -42,8 +42,6 @@ EFL_START_TEST(elm_atspi_role_get)
}
EFL_END_TEST
-#if 0
-
static Eina_Bool
timer_expired_cb(void *user_data)
{
@@ -147,13 +145,10 @@ EFL_START_TEST(elm_fileselector_selected)
}
EFL_END_TEST
-#endif
-
void elm_test_fileselector(TCase *tc)
{
tcase_add_test(tc, elm_fileselector_legacy_type_check);
tcase_add_test(tc, elm_atspi_role_get);
- //FIXME this should be reenabled when issues on travis are fixed with this.
- //tcase_add_test(tc, elm_fileselector_selected);
+ tcase_add_test(tc, elm_fileselector_selected);
}