summaryrefslogtreecommitdiff
path: root/sw/qa/extras
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@collabora.com>2014-11-20 13:42:16 +0100
committerLuboš Luňák <l.lunak@collabora.com>2014-11-20 18:43:44 +0100
commit0df9ac47dfa287249e77bb8f6a5555324a94a48d (patch)
tree5b1a2eded3f710821fcb9f2ef5c3c5a9e6e0b141 /sw/qa/extras
parent06d90253c2890d437063aae263a1f9a5f9280ad8 (diff)
make FastSaxParser provide the whole content in one characters() call
SAX interface is not required to provide the whole node content in one characters() call (e.g. if there's an entity that needs decoding). However it's easier to consumers to assume this (e.g. writerfilter's DomainMapper::lcl_utext() handles datecontrol that way), and expat apparently never used this. However this can happen with libxml2, so ensure such consumers still work. Change-Id: Ib564f372fbea8451f84553a6d49a07d091a950e9
Diffstat (limited to 'sw/qa/extras')
-rw-r--r--sw/qa/extras/ooxmlexport/ooxmlexport4.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport4.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport4.cxx
index d0c6e87a7fa4..e187959c3013 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport4.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport4.cxx
@@ -582,7 +582,6 @@ DECLARE_OOXMLEXPORT_TEST(testTableCurruption, "tableCurrupt.docx")
DECLARE_OOXMLEXPORT_TEST(testDateControl, "date-control.docx")
{
-if (true) return;
// check XML
xmlDocPtr pXmlDoc = parseExport("word/document.xml");
if (!pXmlDoc)