summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-07-24 01:12:04 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-07-24 01:12:04 +0200
commit81c411299ed1bff1e536b97a5d5add70d6c5db04 (patch)
treecd69a014b4a1619f31c6064171e68c16052b730f /sw
parent9263470903a46fa030fb941ee024bf24f2b98e59 (diff)
forgot to remove the tests from the test definition
Change-Id: Ic966137a08f5cd752ce8f6e6c49a5abb71adf724
Diffstat (limited to 'sw')
-rw-r--r--sw/qa/extras/uiwriter/uiwriter.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/sw/qa/extras/uiwriter/uiwriter.cxx b/sw/qa/extras/uiwriter/uiwriter.cxx
index 23bd72be9de1..603df05f0bf0 100644
--- a/sw/qa/extras/uiwriter/uiwriter.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter.cxx
@@ -404,10 +404,12 @@ public:
CPPUNIT_TEST(testCreateDocxAnnotation);
CPPUNIT_TEST(testTdf107976);
CPPUNIT_TEST(testTdf108524);
+#if HAVE_MORE_FONTS
CPPUNIT_TEST(testTableInSection);
CPPUNIT_TEST(testTableInNestedSection);
- CPPUNIT_TEST(testLinesInSectionInTable);
CPPUNIT_TEST(testLinesMoveBackwardsInSectionInTable);
+#endif
+ CPPUNIT_TEST(testLinesInSectionInTable);
CPPUNIT_TEST_SUITE_END();
private: