[Libreoffice-commits] core.git: sw/qa
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Fri Jan 17 21:07:15 UTC 2020
sw/qa/extras/ooxmlexport/ooxmlexport14.cxx | 5 -----
1 file changed, 5 deletions(-)
New commits:
commit df24517ed069092ee34eba77d045cb68b51530b0
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri Jan 17 19:20:47 2020 +0000
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri Jan 17 22:06:38 2020 +0100
can restore this test again
Change-Id: I82f5e8f9ce88d5662d391b0635dfc91b25d6126a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87000
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport14.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport14.cxx
index a94263f05c41..1835b92bec49 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport14.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport14.cxx
@@ -225,11 +225,6 @@ DECLARE_OOXMLEXPORT_TEST(testTdf124367, "tdf124367.docx")
uno::UNO_QUERY);
uno::Reference<text::XTextTable> xTextTable(xTables->getByIndex(0), uno::UNO_QUERY);
uno::Reference<table::XTableRows> xTableRows = xTextTable->getRows();
-
- // import is still good, FIXME the export
- if (mbExported)
- return;
-
// it was 2761 at the first import, and 2760 at the second import, due to incorrect rounding
CPPUNIT_ASSERT_EQUAL(static_cast<sal_Int16>(2762),
getProperty<uno::Sequence<text::TableColumnSeparator>>(
More information about the Libreoffice-commits
mailing list