[Libreoffice-commits] core.git: sw/qa

Markus Mohrhard markus.mohrhard at googlemail.com
Sun Jul 23 23:13:17 UTC 2017


 sw/qa/extras/uiwriter/uiwriter.cxx |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 81c411299ed1bff1e536b97a5d5add70d6c5db04
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Mon Jul 24 01:12:04 2017 +0200

    forgot to remove the tests from the test definition
    
    Change-Id: Ic966137a08f5cd752ce8f6e6c49a5abb71adf724

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:


More information about the Libreoffice-commits mailing list