From 17049f05f9ef09b3dc2a9c5d1de3f21de7c03193 Mon Sep 17 00:00:00 2001 From: Mike Hommey Date: Tue, 13 Sep 2005 09:58:33 +0000 Subject: Load /tmp/tmp.2Zlqcz/libxml2-2.6.22 into packages/libxml2/branches/upstream/current. --- testapi.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'testapi.c') diff --git a/testapi.c b/testapi.c index 80338d7..fe2d4c8 100644 --- a/testapi.c +++ b/testapi.c @@ -1054,10 +1054,10 @@ static void des_xmlElementTypeVal(int no ATTRIBUTE_UNUSED, xmlElementTypeVal val #define gen_nb_xmlFeature 4 static xmlFeature gen_xmlFeature(int no, int nr ATTRIBUTE_UNUSED) { - if (no == 1) return(XML_FEATURE_AUTOMATA); - if (no == 2) return(XML_FEATURE_C14N); - if (no == 3) return(XML_FEATURE_CATALOG); - if (no == 4) return(XML_FEATURE_DEBUG); + if (no == 1) return(XML_WITH_AUTOMATA); + if (no == 2) return(XML_WITH_C14N); + if (no == 3) return(XML_WITH_CATALOG); + if (no == 4) return(XML_WITH_DEBUG); return(0); } -- cgit v1.2.3