From: Debian LibreOffice Maintainers Date: Tue, 24 Oct 2017 21:15:10 +0000 (+0100) Subject: ww8export-HAVE_MORE_FONTS X-Git-Tag: archive/raspbian/1%5.4.3-4+rpi1^2^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4bc603c9ef6c8f07a7ac560c2546a7d17f1b3f4c;p=libreoffice.git ww8export-HAVE_MORE_FONTS Gbp-Pq: Name ww8export-HAVE_MORE_FONTS.diff --- diff --git a/sw/qa/extras/ww8export/ww8export.cxx b/sw/qa/extras/ww8export/ww8export.cxx index ebb49f6ae2d..5501e68c215 100644 --- a/sw/qa/extras/ww8export/ww8export.cxx +++ b/sw/qa/extras/ww8export/ww8export.cxx @@ -1274,14 +1274,17 @@ DECLARE_WW8EXPORT_TEST(testCommentExport, "comment-export.odt") } #if !defined(MACOSX) -#if !TEST_FONTS_MISSING +// A build with fonts works... +// The intereresting thing is that this file apparently uses the Liberation +// fonts which _are_ in Build-Depends, so it should work... +/*#if !TEST_FONTS_MISSING DECLARE_WW8EXPORT_TEST(testTableKeep, "tdf91083.odt") { //emulate table "keep with next" -do not split table CPPUNIT_ASSERT_EQUAL( OUString("Row 1"), parseDump("/root/page[3]/body/tab[1]/row[2]/cell[1]/txt[1]") ); CPPUNIT_ASSERT_EQUAL( OUString("Row 1"), parseDump("/root/page[6]/body/tab[1]/row[2]/cell[1]/txt[1]") ); } -#endif +#endif*/ #endif DECLARE_WW8EXPORT_TEST(testTdf76349_textboxMargins, "tdf76349_textboxMargins.doc")