aboutsummaryrefslogtreecommitdiffstats
path: root/runtest.c
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2005-08-10 16:23:57 +0000
committerDaniel Veillard <veillard@src.gnome.org>2005-08-10 16:23:57 +0000
commit60faf528d87987b75f325a40223c23ba40360910 (patch)
treedc7c7fbdfc6419478dc9d20dc61d0e56b019dba2 /runtest.c
parente0fd93f5d3d5fc3cd588af6be0fc8a58839cf8ff (diff)
downloadandroid_external_libxml2-60faf528d87987b75f325a40223c23ba40360910.tar.gz
android_external_libxml2-60faf528d87987b75f325a40223c23ba40360910.tar.bz2
android_external_libxml2-60faf528d87987b75f325a40223c23ba40360910.zip
fixed bug #307377 about validation of choices in list values. added
* relaxng.c: fixed bug #307377 about validation of choices in list values. * test/relaxng/307377* result/relaxng/307377* Makefile.am runtest.c: added examples to the regression tests, problem is that streaming version gives slightly more informations. Daniel
Diffstat (limited to 'runtest.c')
-rw-r--r--runtest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtest.c b/runtest.c
index 37c804d2..b5ac9730 100644
--- a/runtest.c
+++ b/runtest.c
@@ -3248,7 +3248,7 @@ rngStreamTest(const char *filename,
* hack is also done in the Makefile
*/
if ((!strcmp(prefix, "tutor10_1")) || (!strcmp(prefix, "tutor10_2")) ||
- (!strcmp(prefix, "tutor3_2")))
+ (!strcmp(prefix, "tutor3_2")) || (!strcmp(prefix, "307377")))
disable_err = 1;
snprintf(pattern, 499, "./test/relaxng/%s_?.xml", prefix);