summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2024-05-02 10:42:18 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2024-05-02 19:10:28 +0200
commit01f19161e9a8e957028d5378e48929e82fed159c (patch)
treed7216ee42e89343a645ca017e55bb9d0d1169bac
parent091c67183248ecef9e23e2f8726e816d81dfb4ff (diff)
CppunitTest_sw_uiwriter4: remove unneded Scheduler::ProcessEventsToIdle()
Added with 17b2f3d96fb21dcfc2fb8e54ca9670a8c58840f1 "tdf#143320, tdf#143387: sw_uiwriter4: Add unittest" Change-Id: I13dc9a540a37edf9e089df5af14342bc9032ee02 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/166999 Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org> Tested-by: Jenkins
-rw-r--r--sw/qa/extras/uiwriter/uiwriter4.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sw/qa/extras/uiwriter/uiwriter4.cxx b/sw/qa/extras/uiwriter/uiwriter4.cxx
index c361ddfb80e0..654bb33ae92c 100644
--- a/sw/qa/extras/uiwriter/uiwriter4.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter4.cxx
@@ -2597,7 +2597,6 @@ CPPUNIT_TEST_FIXTURE(SwUiWriterTest4, testTdf143320)
CPPUNIT_ASSERT(getParagraph(1)->getString().startsWith("x"));
dispatchCommand(mxComponent, ".uno:Undo", {});
- Scheduler::ProcessEventsToIdle();
CPPUNIT_ASSERT_EQUAL(1, getPages());
CPPUNIT_ASSERT_EQUAL(OUString(""), getParagraph(1)->getString());