From 60faf528d87987b75f325a40223c23ba40360910 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Wed, 10 Aug 2005 16:23:57 +0000 Subject: 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 --- runtest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtest.c') 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); -- cgit v1.2.3