diff options
-rw-r--r-- | unoxml/qa/complex/unoxml/DOMTest.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/unoxml/qa/complex/unoxml/DOMTest.java b/unoxml/qa/complex/unoxml/DOMTest.java index e7efad8ab5a7..ba276e0fc53c 100644 --- a/unoxml/qa/complex/unoxml/DOMTest.java +++ b/unoxml/qa/complex/unoxml/DOMTest.java @@ -98,7 +98,9 @@ public class DOMTest //FIXME TODO } - @Test public void testXDocumentBuilder() throws Exception + // fd#35668 disabled, this crashes LibreOffice + //@Test + public void testXDocumentBuilder() throws Exception { XDocumentBuilder xBuilder = UnoRuntime.queryInterface(XDocumentBuilder.class, |