tests: eio: re-enable eio test cases

Have been disabled with 0c76f82a. They pass here so re-enabling.
This commit is contained in:
Stefan Schmidt 2016-05-03 11:29:13 +02:00
parent 9fca3f7a14
commit fc51b44ed4
1 changed files with 6 additions and 6 deletions

View File

@ -6,13 +6,13 @@
#include "../efl_check.h"
static const Efl_Test_Case etc[] = {
/* {"Eio_Monitor", eio_test_monitor}, */
{"Eio_Monitor", eio_test_monitor},
{"Eio Model", eio_model_test_file},
/* {"Eio Model Monitor", eio_model_test_monitor_add}, */
/* {"Eio File", eio_test_file}, */
/* #ifdef XATTR_TEST_DIR */
/* {"Eio_Xattr", eio_test_xattr}, */
/* #endif */
{"Eio Model Monitor", eio_model_test_monitor_add},
{"Eio File", eio_test_file},
#ifdef XATTR_TEST_DIR
{"Eio_Xattr", eio_test_xattr},
#endif
{NULL, NULL}
};