eolian tests: use parse instead of path_parse
authorDaniel Kolesa <d.kolesa@samsung.com>
Fri, 3 May 2019 15:08:34 +0000 (17:08 +0200)
committerHermet Park <hermetpark@gmail.com>
Wed, 8 May 2019 04:32:33 +0000 (13:32 +0900)
src/tests/eolian/eolian_aux.c

index 6c668c9..6f2c5e3 100644 (file)
@@ -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);