Eina: add 'eina_init()' at the testcase of simple_xml_parser.

SVN revision: 59479
This commit is contained in:
Sangho Park 2011-05-18 02:49:59 +00:00
parent 725b056fab
commit 7cbc531e4c
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ START_TEST(eina_simple_xml_parser_node_dump)
{
FILE *f;
eina_init();
f = fopen("sample.gpx", "rb");
if (f)
{