From: Debian LibreOffice Maintainers Date: Thu, 14 Dec 2017 23:29:20 +0000 (+0000) Subject: ww8export-HAVE_MORE_FONTS X-Git-Tag: archive/raspbian/1%5.4.4-1+rpi1^2~7 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=bf12ec4a7ac63626e6b9e34083a0185860c5f208;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")