[Libreoffice-commits] core.git: sw/qa
Rene Engelhard (via logerrit)
logerrit at kemper.freedesktop.org
Thu Jul 2 10:35:04 UTC 2020
sw/qa/extras/layout/layout.cxx | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit c3344f1bd33ed8cce364d528022b7230ed1e8bae
Author: Rene Engelhard <rene at debian.org>
AuthorDate: Wed Jul 1 20:42:49 2020 +0200
Commit: Xisco Fauli <xiscofauli at libreoffice.org>
CommitDate: Thu Jul 2 12:34:22 2020 +0200
disable testTdf122225 with --without-fonts
Change-Id: I498da0b45b281005c72bfe47c822b0a4798e884b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/97652
Reviewed-by: László Németh <nemeth at numbertext.org>
Reviewed-by: Xisco Fauli <xiscofauli at libreoffice.org>
Tested-by: Jenkins
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)
{
More information about the Libreoffice-commits
mailing list