summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorMike Kaganski <mike.kaganski@collabora.com>2018-05-30 11:06:20 +0100
committerMike Kaganski <mike.kaganski@collabora.com>2018-05-30 13:41:10 +0200
commit1eda8cbe464ff33e4babf30327612836963c6956 (patch)
tree961ff5260148a89f1af6df16749f056aff1060f9 /sw
parentdfda2730a11e165f081dacbb4b5c30da3db07070 (diff)
Revert "ww8export: Fix testTableKeep"
Seems that the fix is not complete: e.g. https://ci.libreoffice.org/job/gerrit_windows/7272/console This reverts commit b7da22a63dcf09fdcbb3fe62c82af699d8546d3b. Change-Id: Ib174cdde18765d2efa3446d7116e95d6759a431f Reviewed-on: https://gerrit.libreoffice.org/55054 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'sw')
-rw-r--r--sw/qa/extras/ww8export/data/tdf91083.odtbin19874 -> 19865 bytes
-rw-r--r--sw/qa/extras/ww8export/ww8export.cxx2
2 files changed, 2 insertions, 0 deletions
diff --git a/sw/qa/extras/ww8export/data/tdf91083.odt b/sw/qa/extras/ww8export/data/tdf91083.odt
index 482a2dc4d5d1..e4f55e58acf0 100644
--- a/sw/qa/extras/ww8export/data/tdf91083.odt
+++ b/sw/qa/extras/ww8export/data/tdf91083.odt
Binary files differ
diff --git a/sw/qa/extras/ww8export/ww8export.cxx b/sw/qa/extras/ww8export/ww8export.cxx
index 6659749b3c80..d5a84b2b1ded 100644
--- a/sw/qa/extras/ww8export/ww8export.cxx
+++ b/sw/qa/extras/ww8export/ww8export.cxx
@@ -1293,6 +1293,7 @@ DECLARE_WW8EXPORT_TEST(testCommentExport, "comment-export.odt")
}
}
+#if !defined(MACOSX) && !defined(_WIN32)
#if !TEST_FONTS_MISSING
DECLARE_WW8EXPORT_TEST(testTableKeep, "tdf91083.odt")
{
@@ -1301,6 +1302,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")
{