Eina: add 'eina_init()' at the testcase of simple_xml_parser.
authorgouache <gouache@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 18 May 2011 02:49:59 +0000 (02:49 +0000)
committergouache <gouache@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 18 May 2011 02:49:59 +0000 (02:49 +0000)
git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/eina@59479 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/tests/eina_test_simple_xml_parser.c

index 1a58175..94e6a2a 100644 (file)
@@ -31,6 +31,7 @@ START_TEST(eina_simple_xml_parser_node_dump)
 {
    FILE *f;
 
+   eina_init();
    f = fopen("sample.gpx", "rb");
    if (f)
      {