sw/qa/extras/layout/layout.cxx | 9 +++++++++ 1 file changed, 9 insertions(+)
New commits: commit 10d46c0498b89350645cf45e744a528d3d8f1ac1 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Thu Feb 24 10:48:15 2022 +0000 Commit: Michael Stahl <michael.st...@allotropia.de> CommitDate: Wed Mar 2 10:52:44 2022 +0100 add a layout test to exercise UXTSOREL Change-Id: I57b29dd7d73c08bdbf227676c4ce9034aabf418a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130493 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.st...@allotropia.de> diff --git a/sw/qa/extras/layout/layout.cxx b/sw/qa/extras/layout/layout.cxx index 039f09e2f68b..d44cceac3eff 100644 --- a/sw/qa/extras/layout/layout.cxx +++ b/sw/qa/extras/layout/layout.cxx @@ -2470,6 +2470,15 @@ 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) {