summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-05-01 21:02:48 +0100
committerCaolán McNamara <caolanm@redhat.com>2022-05-02 11:33:09 +0200
commitb294a94861289c322a26edb6b83f0d329575639d (patch)
treefb3e94963eab3d20a0927b243174e86cddb81e44
parentd0d780a05e03414e59a40e5c950bd2487a55e714 (diff)
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 <caolanm@redhat.com>
-rw-r--r--sw/qa/extras/layout/layout2.cxx2
1 files changed, 0 insertions, 2 deletions
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();