summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2022-02-24 10:48:15 +0000
committerMichael Stahl <michael.stahl@allotropia.de>2022-03-02 10:52:44 +0100
commit10d46c0498b89350645cf45e744a528d3d8f1ac1 (patch)
treefc73e4f69ec7eb9925774e81bf97a770da9e0a2d /sw
parent3f569ffc9238e6bf2915e78bf21c844ca5f1270d (diff)
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.stahl@allotropia.de>
Diffstat (limited to 'sw')
-rw-r--r--sw/qa/extras/layout/layout.cxx9
1 files changed, 9 insertions, 0 deletions
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)
{