diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-04-16 16:44:43 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-04-16 17:52:10 +0200 |
commit | d1a594686a704a7b0d255fd90f9c017b2318e560 (patch) | |
tree | 7203b53c695d4c0a8859fcb852f8bc29d4f1ecd4 /sc/qa | |
parent | ea9a31e3f130de74ebca0e5e5c1f450c6bca4a5b (diff) |
try to fix the tests that depend on fonts
This should help with some of the RandomConfig tb failures.
Change-Id: I83af9c2c50fa2f3044e7507a1b902807536452dd
Reviewed-on: https://gerrit.libreoffice.org/36581
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc/qa')
-rw-r--r-- | sc/qa/unit/subsequent_export-test.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sc/qa/unit/subsequent_export-test.cxx b/sc/qa/unit/subsequent_export-test.cxx index fff91e78bbe9..08a5033111b8 100644 --- a/sc/qa/unit/subsequent_export-test.cxx +++ b/sc/qa/unit/subsequent_export-test.cxx @@ -11,6 +11,7 @@ #include <sal/config.h> #include <rtl/strbuf.hxx> #include <osl/file.hxx> +#include <config_features.h> #include <sfx2/app.hxx> #include <sfx2/docfile.hxx> @@ -215,10 +216,14 @@ public: CPPUNIT_TEST(testFormatExportODS); CPPUNIT_TEST(testCommentExportXLSX); +#if HAVE_MORE_FONTS CPPUNIT_TEST(testCustomColumnWidthExportXLSX); +#endif CPPUNIT_TEST(testXfDefaultValuesXLSX); CPPUNIT_TEST(testColumnWidthResaveXLSX); +#if HAVE_MORE_FONTS CPPUNIT_TEST(testColumnWidthExportFromODStoXLSX); +#endif CPPUNIT_TEST(testOutlineExportXLSX); CPPUNIT_TEST(testHiddenEmptyRowsXLSX); CPPUNIT_TEST(testAllRowsHiddenXLSX); |