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:
@ -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++) {
|
||||
|
Reference in New Issue
Block a user