sw/qa/extras/layout/layout2.cxx |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit b294a94861289c322a26edb6b83f0d329575639d
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Sun May 1 21:02:48 2022 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Mon May 2 11:33:09 2022 +0200

    enable test for all platforms
    
    Change-Id: I9af29ee1601093a2cce342e6bb8f4274f946a444
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133675
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/sw/qa/extras/layout/layout2.cxx b/sw/qa/extras/layout/layout2.cxx
index f88fbdc94f71..7453dac90b0e 100644
--- a/sw/qa/extras/layout/layout2.cxx
+++ b/sw/qa/extras/layout/layout2.cxx
@@ -1920,7 +1920,6 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter2, 
testUserFieldTypeLanguage)
 
 CPPUNIT_TEST_FIXTURE(SwLayoutWriter2, testTdf124261)
 {
-#if !defined(_WIN32)
     // Make sure that pressing a key in a btlr cell frame causes an immediate, 
correct repaint.
     SwDoc* pDoc = createSwDoc(DATA_DIRECTORY, "tdf124261.docx");
     SwRootFrame* pLayout = pDoc->getIDocumentLayoutAccess().GetCurrentLayout();
@@ -1949,7 +1948,6 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter2, testTdf124261)
     SwTextFrame* pTextFrame = static_cast<SwTextFrame*>(pFrame);
     SwRect aRect = pTextFrame->GetPaintSwRect();
     CPPUNIT_ASSERT_EQUAL(pTextFrame->getFrameArea().Top(), aRect.Top());
-#endif
 }
 
 CPPUNIT_PLUGIN_IMPLEMENT();

Reply via email to