From 8c3acb7cc3d8e7c579a34e151f4e795f474b1cf2 Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Fri, 25 Mar 2011 16:53:42 +0100 Subject: fd#35668: disable testXDocumentBuilder() in complex.unoxml.DOMTest --- unoxml/qa/complex/unoxml/DOMTest.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'unoxml/qa') 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, -- cgit