diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-05-12 21:57:49 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-05-14 01:05:26 +0200 |
commit | b82c9439287f58a02a2b42d737fcf110fbfb1244 (patch) | |
tree | 4060e4613b253b81e2cb1df4ea6d902ed7b67fab /sc | |
parent | 7e21f3d3fc374d3f7cb58bb4ff051f609329ddb2 (diff) |
handle test that apparently depends on our additional fonts
Change-Id: Ia2db679ee3e974da0f38d24257795d8c4b0ba1f9
Reviewed-on: https://gerrit.libreoffice.org/37560
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/qa/unit/subsequent_filters-test.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/qa/unit/subsequent_filters-test.cxx b/sc/qa/unit/subsequent_filters-test.cxx index 84d4762fb562..7ca68d89f6e8 100644 --- a/sc/qa/unit/subsequent_filters-test.cxx +++ b/sc/qa/unit/subsequent_filters-test.cxx @@ -13,6 +13,7 @@ #include <test/bootstrapfixture.hxx> #include <rtl/strbuf.hxx> #include <osl/file.hxx> +#include <config_features.h> #include <sfx2/app.hxx> #include <sfx2/docfilt.hxx> @@ -279,7 +280,9 @@ public: CPPUNIT_TEST(testRowIndex1BasedXLSX); CPPUNIT_TEST(testControlImport); CPPUNIT_TEST(testChartImportODS); +#if HAVE_MORE_FONTS CPPUNIT_TEST(testChartImportXLS); +#endif CPPUNIT_TEST(testDataBarODS); CPPUNIT_TEST(testDataBarXLSX); |