This is an automated email from the ASF dual-hosted git repository. damjan pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/openoffice.git
commit b554e61d4a216798d7a7b23d9f8fa51b42aef9bb Author: Damjan Jovanovic <dam...@apache.org> AuthorDate: Wed Jul 29 04:57:48 2020 +0200 Test hangs indefinitely on a link update confirmation dialog, and I couldn't find how to confirm the dialog programmatically, so at least make it time out instead of hanging the whole test run. Patch by: me --- test/testuno/source/fvt/uno/sc/sheet/SheetBasicTest.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/testuno/source/fvt/uno/sc/sheet/SheetBasicTest.java b/test/testuno/source/fvt/uno/sc/sheet/SheetBasicTest.java index e28e7c1..7563f13 100644 --- a/test/testuno/source/fvt/uno/sc/sheet/SheetBasicTest.java +++ b/test/testuno/source/fvt/uno/sc/sheet/SheetBasicTest.java @@ -313,7 +313,8 @@ public class SheetBasicTest { /** * test insert sheet from other file */ - @Test + // FIXME: locks up on update link confirmation dialog. + @Test(timeout = 15000) public void insertSheetFromfile() throws Exception { // New a document source.xls, add value to 3 sheet scDocument = SCUtil.getSCDocument(scComponent);