sw/qa/extras/uiwriter/uiwriter4.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 01f19161e9a8e957028d5378e48929e82fed159c
Author:     Xisco Fauli <xiscofa...@libreoffice.org>
AuthorDate: Thu May 2 10:42:18 2024 +0200
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Thu May 2 19:10:28 2024 +0200

    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 <xiscofa...@libreoffice.org>
    Tested-by: Jenkins

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());

Reply via email to