diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-05-01 21:02:48 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-05-02 11:33:09 +0200 |
commit | b294a94861289c322a26edb6b83f0d329575639d (patch) | |
tree | fb3e94963eab3d20a0927b243174e86cddb81e44 /sw | |
parent | d0d780a05e03414e59a40e5c950bd2487a55e714 (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>
Diffstat (limited to 'sw')
-rw-r--r-- | sw/qa/extras/layout/layout2.cxx | 2 |
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(); |