@@ -31,12 +31,10 @@ extern void string_tests(); extern void tcpsocket_tests(); #ifdef OF_THREADS extern void thread_tests(); #endif -extern void xmlelement_tests(); -extern void xmlparser_tests(); static int fails = 0; static void output(OFString *str, int color) @@ -108,13 +106,11 @@ list_tests(); tcpsocket_tests(); #ifdef OF_THREADS thread_tests(); #endif - xmlelement_tests(); - xmlparser_tests(); #ifdef OF_PLUGINS plugin_tests(); #endif return fails; }