From: Sangho Park Date: Wed, 18 May 2011 02:49:59 +0000 (+0000) Subject: Eina: add 'eina_init()' at the testcase of simple_xml_parser. X-Git-Tag: submit/efl/20131015.063327~9534 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7cbc531e4c6cbe2475e37081cece1889831d855b;p=platform%2Fupstream%2Fefl.git Eina: add 'eina_init()' at the testcase of simple_xml_parser. SVN revision: 59479 --- diff --git a/legacy/eina/src/tests/eina_test_simple_xml_parser.c b/legacy/eina/src/tests/eina_test_simple_xml_parser.c index 1a58175466..94e6a2ae1d 100644 --- a/legacy/eina/src/tests/eina_test_simple_xml_parser.c +++ b/legacy/eina/src/tests/eina_test_simple_xml_parser.c @@ -31,6 +31,7 @@ START_TEST(eina_simple_xml_parser_node_dump) { FILE *f; + eina_init(); f = fopen("sample.gpx", "rb"); if (f) {