sw/qa/extras/layout/layout.cxx | 3 ---
1 file changed, 3 deletions(-)
New commits:
commit 1c1427e81c2463fbc40855adfafa360c13108abb
Author: Caolán McNamara <[email protected]>
AuthorDate: Tue Apr 26 20:12:36 2022 +0100
Commit: Caolán McNamara <[email protected]>
CommitDate: Wed Apr 27 09:45:44 2022 +0200
reenable this test on mac
now that the fonts are not substituted
Change-Id: Ib9df279cfd296eabf4e25bc3ff2458c66f14ffb3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/133461
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <[email protected]>
diff --git a/sw/qa/extras/layout/layout.cxx b/sw/qa/extras/layout/layout.cxx
index 12a8722fdfee..cad027def8a2 100644
--- a/sw/qa/extras/layout/layout.cxx
+++ b/sw/qa/extras/layout/layout.cxx
@@ -2593,14 +2593,11 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter, testForcepoint75)
createSwDoc(DATA_DIRECTORY, "forcepoint75-1.rtf");
}
-// FIXME: apparently infinite loop on Mac
-#ifndef MACOSX
//just care it doesn't crash/assert
CPPUNIT_TEST_FIXTURE(SwLayoutWriter, testUXTSOREL)
{
createSwDoc(DATA_DIRECTORY, "LIBREOFFICE-UXTSOREL.rtf");
}
-#endif
//just care it doesn't crash/assert
CPPUNIT_TEST_FIXTURE(SwLayoutWriter, testForcepointFootnoteFrame)