X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=test%2Ftest_icu.c;h=d5420f3e684980bef6cccb5a085bacbcc3f4773d;hp=b1de907999d0930081515f84efac429d010e2eb6;hb=3d95738e1464a966faae513cbaff87e9f9ff2b47;hpb=5a2b1f41cd0b3e0f5441a4cfb3b9484a1c4b017d diff --git a/test/test_icu.c b/test/test_icu.c index b1de907..d5420f3 100644 --- a/test/test_icu.c +++ b/test/test_icu.c @@ -27,6 +27,10 @@ #include #endif +#if YAZ_HAVE_XML2 +#include +#endif + #include #include @@ -915,6 +919,10 @@ int main(int argc, char **argv) check_bug_1140(); u_cleanup(); +#if YAZ_HAVE_XML2 + xmlCleanupParser(); +#endif + #else /* YAZ_HAVE_ICU */ yaz_log(YLOG_LOG, "ICU unit tests omitted");