summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/testxml.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/testxml.c b/test/testxml.c
index 452e08abf..d676a1335 100644
--- a/test/testxml.c
+++ b/test/testxml.c
@@ -192,6 +192,8 @@ static void roundtrip(abts_case* tc, char* xml, char* expected, int lineno)
if (rv != APR_SUCCESS)
return;
+ apr_xml_quote_elem(pool, doc->root);
+
apr_xml_to_text(pool, doc->root, APR_XML_X2T_FULL_NS_LANG, doc->namespaces, NULL, &actual, NULL);
abts_str_equal(tc, expected, actual, lineno);