[Libreoffice-commits] core.git: sw/qa
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Thu Sep 17 09:09:26 UTC 2020
sw/qa/extras/uiwriter/uiwriter3.cxx | 1 -
1 file changed, 1 deletion(-)
New commits:
commit bfd4ffdc7d168c00c040e1986e3d2a0ffc9501a2
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Thu Sep 17 09:05:07 2020 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Thu Sep 17 11:08:46 2020 +0200
drop dubious looking ProcessEventsToIdle
Change-Id: I8a4dec8c5b2011368808672743a862b83b0534e2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102901
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/sw/qa/extras/uiwriter/uiwriter3.cxx b/sw/qa/extras/uiwriter/uiwriter3.cxx
index 1474e89a67b9..dca99f9e3c4c 100644
--- a/sw/qa/extras/uiwriter/uiwriter3.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter3.cxx
@@ -288,7 +288,6 @@ CPPUNIT_TEST_FIXTURE(SwUiWriterTest3, testTdf126626)
CPPUNIT_ASSERT_EQUAL(2, getShapes());
dispatchCommand(mxComponent, ".uno:SelectAll", {});
- Scheduler::ProcessEventsToIdle();
SwWrtShell* pWrtShell = pTextDoc->GetDocShell()->GetWrtShell();
rtl::Reference<SwTransferable> xTransfer = new SwTransferable(*pWrtShell);
More information about the Libreoffice-commits
mailing list