summaryrefslogtreecommitdiff
path: root/unoxml/qa
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-05-16 01:40:30 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-05-16 01:50:30 +0200
commit2108d136b976342505e64f46d0b7a4ccf68b7299 (patch)
treed782596381424cdd067ed57efa56b3c50badda4c /unoxml/qa
parent8b23d5be319ed4bac5d855c127dcfe7c6d0dc32c (diff)
fdo#35668: do not manually free parser context
* reenable complex.unoxml.DOMTest testXDocumentBuilder() * do not manually free parser context, there is a shared_ptr for that
Diffstat (limited to 'unoxml/qa')
-rw-r--r--unoxml/qa/complex/unoxml/DOMTest.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/unoxml/qa/complex/unoxml/DOMTest.java b/unoxml/qa/complex/unoxml/DOMTest.java
index ba276e0fc53c..d4b9a5fcf3b6 100644
--- a/unoxml/qa/complex/unoxml/DOMTest.java
+++ b/unoxml/qa/complex/unoxml/DOMTest.java
@@ -98,8 +98,7 @@ public class DOMTest
//FIXME TODO
}
- // fd#35668 disabled, this crashes LibreOffice
- //@Test
+ @Test
public void testXDocumentBuilder() throws Exception
{
XDocumentBuilder xBuilder =