sw/qa/extras/uiwriter/uiwriter2.cxx | 3 --- 1 file changed, 3 deletions(-)
New commits: commit 3cad154217ca0a76f9dd26c54413a36b7b7be5cc Author: Xisco Fauli <[email protected]> AuthorDate: Tue Feb 24 16:12:33 2026 +0100 Commit: Xisco Fauli <[email protected]> CommitDate: Sun Mar 8 18:56:34 2026 +0100 CppunitTest_sw_uiwriter2: drop obsolete condition Added in commit b5ab4836c03e9428aff6a48843f2a054ceff0f85 Author: László Németh <[email protected]> Date: Wed Jan 6 18:10:39 2021 +0100 tdf#39721 sw change tracking: fix move down it seems it's no longer true Change-Id: I986cab567b7e5ad08f80bac789bdb4c96dcd3286 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/200238 Tested-by: Jenkins Reviewed-by: Xisco Fauli <[email protected]> diff --git a/sw/qa/extras/uiwriter/uiwriter2.cxx b/sw/qa/extras/uiwriter/uiwriter2.cxx index 01252ff8666e..a291140db703 100644 --- a/sw/qa/extras/uiwriter/uiwriter2.cxx +++ b/sw/qa/extras/uiwriter/uiwriter2.cxx @@ -1166,8 +1166,6 @@ CPPUNIT_TEST_FIXTURE(SwUiWriterTest2, testTdf135976) CPPUNIT_TEST_FIXTURE(SwUiWriterTest2, testTdf39721) { -// FIXME: disabled on Windows because of a not reproducible problem (not related to the patch) -#if !defined(_WIN32) // check move down with redlining createSwDoc("tdf39721.fodt"); SwDoc* pDoc = getSwDoc(); @@ -1216,7 +1214,6 @@ CPPUNIT_TEST_FIXTURE(SwUiWriterTest2, testTdf39721) dispatchCommand(mxComponent, u".uno:Undo"_ustr, {}); CPPUNIT_ASSERT_EQUAL(sOrigText, xTextDocument->getText()->getString()); -#endif } CPPUNIT_TEST_FIXTURE(SwUiWriterTest2, testTdf145066_bad_paragraph_deletion)
