1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-07-29 11:41:22 +03:00

added entities testing to the Thread test make the test reasonable fix the

* test/threads/*: added entities testing to the Thread test
* testThreads.c: make the test reasonable
* DOCBparser.c: fix the DTD public and system ID
* xmllint.c: added --sgml for SGML DocBook importing
* Makefile.am: added Docbtests target
Daniel
This commit is contained in:
Daniel Veillard
2001-10-22 09:46:13 +00:00
parent 0a702dcab3
commit 89cad536e3
13 changed files with 110 additions and 25 deletions

View File

@ -90,7 +90,7 @@ main()
int ret;
xmlInitParser();
for (repeat = 0;repeat < 10000;repeat++) {
for (repeat = 0;repeat < 500;repeat++) {
xmlLoadCatalog(catalog);
for (i = 0; i < num_threads; i++) {