From 7cbc531e4c6cbe2475e37081cece1889831d855b Mon Sep 17 00:00:00 2001 From: Sangho Park Date: Wed, 18 May 2011 02:49:59 +0000 Subject: [PATCH] Eina: add 'eina_init()' at the testcase of simple_xml_parser. SVN revision: 59479 --- legacy/eina/src/tests/eina_test_simple_xml_parser.c | 1 + 1 file changed, 1 insertion(+) 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) {