diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-03-25 16:53:42 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-03-25 16:54:07 +0100 |
commit | 8c3acb7cc3d8e7c579a34e151f4e795f474b1cf2 (patch) | |
tree | 4ca6da93381bf57f357284e31e422006c0941e76 /unoxml/qa | |
parent | aed8ab570a0517faf4464868f57ea6fb3e4f3f21 (diff) |
fd#35668: disable testXDocumentBuilder() in complex.unoxml.DOMTest
Diffstat (limited to 'unoxml/qa')
-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, |