summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-05-18 17:50:16 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-05-18 19:14:07 +0200
commit419a90a0d3f25087624ef741fb8ebac92caa1a2f (patch)
treea39d309d1483b4e33c770800e6d184103d045d77
parent26a67002fcb9381b54de6cae1aaa37120d49066a (diff)
conditional execute test that depends on additional fonts
Change-Id: Ib08cba9074eb6d8149eac518794178c4f72998f0 Reviewed-on: https://gerrit.libreoffice.org/37784 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
-rw-r--r--sw/qa/extras/ooxmlexport/ooxmlexport7.cxx5
1 files changed, 4 insertions, 1 deletions
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport7.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport7.cxx
index b538e9f990da..f9b851175202 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport7.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport7.cxx
@@ -26,6 +26,8 @@
#include <comphelper/sequenceashashmap.hxx>
+#include <config_features.h>
+
class Test : public SwModelTestBase
{
public:
@@ -1030,7 +1032,7 @@ DECLARE_OOXMLEXPORT_TEST(testTextVerticalAdjustment, "tdf36117_verticalAdjustmen
CPPUNIT_ASSERT_EQUAL( drawing::TextVerticalAdjust_BLOCK, nVA );
}
-
+#if HAVE_MORE_FONTS
DECLARE_OOXMLEXPORT_TEST(testTDF87348, "tdf87348_linkedTextboxes.docx")
{
int followCount=0;
@@ -1093,6 +1095,7 @@ DECLARE_OOXMLEXPORT_TEST(testTDF87348, "tdf87348_linkedTextboxes.docx")
// (unknown number of flys, unknown order of leftovers)
CPPUNIT_ASSERT ( (followCount >= 6) && (precedeCount >= 6) );
}
+#endif
DECLARE_OOXMLEXPORT_TEST(testTDF93675, "no-numlevel-but-indented.odt")
{