diff options
author | Rene Engelhard <rene@debian.org> | 2020-07-01 20:42:49 +0200 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2020-07-02 12:34:22 +0200 |
commit | c3344f1bd33ed8cce364d528022b7230ed1e8bae (patch) | |
tree | fbab34075d9f60185d8f9a4235060a5df4cb67a0 /sw | |
parent | a85c2504c002dff069c129ab244cb2ba5820943d (diff) |
disable testTdf122225 with --without-fonts
Change-Id: I498da0b45b281005c72bfe47c822b0a4798e884b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97652
Reviewed-by: László Németh <nemeth@numbertext.org>
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Tested-by: Jenkins
Diffstat (limited to 'sw')
-rw-r--r-- | sw/qa/extras/layout/layout.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sw/qa/extras/layout/layout.cxx b/sw/qa/extras/layout/layout.cxx index 04016b53b265..6240e1bc02e4 100644 --- a/sw/qa/extras/layout/layout.cxx +++ b/sw/qa/extras/layout/layout.cxx @@ -35,6 +35,7 @@ #include <ndtxt.hxx> #include <frmatr.hxx> #include <IDocumentSettingAccess.hxx> +#include <config_features.h> char const DATA_DIRECTORY[] = "/sw/qa/extras/layout/data/"; @@ -2307,6 +2308,7 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter, testTdf131707) assertXPath(pXmlDoc, "//body/tab/row[3]/cell[2]/txt/anchored/fly/infos/bounds", "top", "2185"); } +#if HAVE_MORE_FONTS CPPUNIT_TEST_FIXTURE(SwLayoutWriter, testTdf122225) { SwDoc* pDoc = createDoc("tdf122225.docx"); @@ -2323,6 +2325,7 @@ CPPUNIT_TEST_FIXTURE(SwLayoutWriter, testTdf122225) "Advanced Diploma"); // This failed, if the legend label is not "Advanced Diploma". } +#endif CPPUNIT_TEST_FIXTURE(SwLayoutWriter, testTdf125335) { |