diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-03-03 03:31:33 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-03-03 03:10:48 +0000 |
commit | e8e1452c88ea750088f77006ec558edf96fa0c7e (patch) | |
tree | c14325946acb07e8fb56a9905879b0b9f8a84b83 | |
parent | dabcb80966a25b9f092d7ffd4feef0e7e4a2caab (diff) |
another test that seems to depend on the available fonts
See RandomConfig tb run #260.
Change-Id: Ib2a12ffa9a42745ac4551eaca02d84d6921924f8
Reviewed-on: https://gerrit.libreoffice.org/34847
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
-rw-r--r-- | sw/qa/extras/ww8export/ww8export.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/qa/extras/ww8export/ww8export.cxx b/sw/qa/extras/ww8export/ww8export.cxx index 98ce4769803c..b9a7098b317b 100644 --- a/sw/qa/extras/ww8export/ww8export.cxx +++ b/sw/qa/extras/ww8export/ww8export.cxx @@ -1274,6 +1274,7 @@ DECLARE_WW8EXPORT_TEST(testCommentExport, "comment-export.odt") } #if !defined(MACOSX) +#if !TEST_FONTS_MISSING DECLARE_WW8EXPORT_TEST(testTableKeep, "tdf91083.odt") { //emulate table "keep with next" -do not split table @@ -1281,6 +1282,7 @@ DECLARE_WW8EXPORT_TEST(testTableKeep, "tdf91083.odt") CPPUNIT_ASSERT_EQUAL( OUString("Row 1"), parseDump("/root/page[6]/body/tab[1]/row[2]/cell[1]/txt[1]") ); } #endif +#endif DECLARE_WW8EXPORT_TEST(testTdf76349_textboxMargins, "tdf76349_textboxMargins.doc") { |