sw/qa/extras/ooxmlexport/ooxmlexport.cxx | 9 --------- 1 file changed, 9 deletions(-)
New commits: commit a6b60c83e4e17901c612e91a93178787eaf069e0 Author: Xisco Fauli <[email protected]> AuthorDate: Thu Nov 20 16:49:54 2025 +0100 Commit: Xisco Fauli <[email protected]> CommitDate: Thu Nov 20 23:08:35 2025 +0100 sw_ooxmlexport: Add test for db5f310c4358 Change-Id: I80441157e10138745dcff4e554cdd86bd7505ef2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194279 Tested-by: Jenkins Reviewed-by: Xisco Fauli <[email protected]> diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx index 571230360b75..4bc3eaa4d005 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx @@ -442,9 +442,6 @@ DECLARE_OOXMLEXPORT_TEST(testWpsCharColor, "wps-char-color.docx") DECLARE_OOXMLEXPORT_TEST(testTableStyleCellBackColor, "table-style-cell-back-color.docx") { - // FIXME: validation error in OOXML export: Errors: 1 - skipValidation(); - // The problem was that cell background was white, not green. uno::Reference<text::XTextTablesSupplier> xTextTablesSupplier(mxComponent, uno::UNO_QUERY); uno::Reference<container::XIndexAccess> xTables(xTextTablesSupplier->getTextTables(), uno::UNO_QUERY); @@ -456,9 +453,6 @@ DECLARE_OOXMLEXPORT_TEST(testTableStyleCellBackColor, "table-style-cell-back-col DECLARE_OOXMLEXPORT_TEST(testTableStyleBorder, "table-style-border.docx") { - // FIXME: validation error in OOXML export: Errors: 1 - skipValidation(); - uno::Reference<text::XTextTablesSupplier> xTextTablesSupplier(mxComponent, uno::UNO_QUERY); uno::Reference<container::XIndexAccess> xTables(xTextTablesSupplier->getTextTables(), uno::UNO_QUERY); uno::Reference<text::XTextTable> xTable(xTables->getByIndex(0), uno::UNO_QUERY); @@ -474,9 +468,6 @@ DECLARE_OOXMLEXPORT_TEST(testTableStyleBorder, "table-style-border.docx") DECLARE_OOXMLEXPORT_TEST(testTableStyleBorderExport, "table-style-border-export.docx") { - // FIXME: validation error in OOXML export: Errors: 1 - skipValidation(); - uno::Reference<text::XTextTablesSupplier> xTextTablesSupplier(mxComponent, uno::UNO_QUERY); uno::Reference<container::XIndexAccess> xTables(xTextTablesSupplier->getTextTables(), uno::UNO_QUERY); uno::Reference<text::XTextTable> xTable(xTables->getByIndex(0), uno::UNO_QUERY);
