q66 pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=abedd9cc0903e6ee95b1a5ce2927f6b9e7050aaa
commit abedd9cc0903e6ee95b1a5ce2927f6b9e7050aaa Author: Daniel Kolesa <[email protected]> Date: Fri May 3 17:08:34 2019 +0200 eolian tests: use parse instead of path_parse --- src/tests/eolian/eolian_aux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/eolian/eolian_aux.c b/src/tests/eolian/eolian_aux.c index 6c668c924a..6f2c5e3b74 100644 --- a/src/tests/eolian/eolian_aux.c +++ b/src/tests/eolian/eolian_aux.c @@ -11,7 +11,7 @@ EFL_START_TEST(eolian_aux_children) Eolian_State *eos = eolian_state_new(); fail_if(!eolian_state_directory_add(eos, TESTS_SRC_DIR"/data_aux")); - fail_if(!eolian_state_file_path_parse(eos, "aux_a.eo")); + fail_if(!eolian_state_file_parse(eos, "aux_a.eo")); fail_if(!eolian_state_file_parse(eos, "aux_b.eo")); Eina_Hash *chash = eolian_aux_state_class_children_find(eos); --
