chart2/qa/extras/chart2export.cxx | 3 --- sw/qa/core/header_footer/HeaderFooterTest.cxx | 6 ------ 2 files changed, 9 deletions(-)
New commits: commit 04bd40b73d38776bcab597e1ba1e01f9a559902d Author: Noel Grandin <[email protected]> AuthorDate: Wed Dec 10 12:27:25 2025 +0200 Commit: Noel Grandin <[email protected]> CommitDate: Thu Dec 11 07:41:17 2025 +0100 skipValidation not needed here anymore Change-Id: Ida28b6f08a09fbf0e08688559c6427102e8fef01 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/195377 Reviewed-by: Noel Grandin <[email protected]> Tested-by: Jenkins diff --git a/chart2/qa/extras/chart2export.cxx b/chart2/qa/extras/chart2export.cxx index bed05f40097c..792ad3640d43 100644 --- a/chart2/qa/extras/chart2export.cxx +++ b/chart2/qa/extras/chart2export.cxx @@ -988,9 +988,6 @@ CPPUNIT_TEST_FIXTURE(Chart2ExportTest, testShapeFollowedByChart) */ loadFromFile(u"docx/FDO74430.docx"); - // FIXME: validation error in OOXML export: Errors: 5 - skipValidation(); - save(TestFilter::DOCX); xmlDocUniquePtr pXmlDoc = parseExport(u"word/document.xml"_ustr); CPPUNIT_ASSERT(pXmlDoc); diff --git a/sw/qa/core/header_footer/HeaderFooterTest.cxx b/sw/qa/core/header_footer/HeaderFooterTest.cxx index 70253e9ddd59..16c9f3bfed0e 100644 --- a/sw/qa/core/header_footer/HeaderFooterTest.cxx +++ b/sw/qa/core/header_footer/HeaderFooterTest.cxx @@ -415,9 +415,6 @@ CPPUNIT_TEST_FIXTURE(HeaderFooterTest, testImageInFooter) CPPUNIT_ASSERT_EQUAL(2, getPages()); CPPUNIT_ASSERT_EQUAL(2, getShapes()); - // FIXME: validation error in OOXML export: Errors: 4 - skipValidation(); - saveAndReload(TestFilter::DOCX); CPPUNIT_ASSERT_EQUAL(2, getPages()); @@ -661,9 +658,6 @@ CPPUNIT_TEST_FIXTURE(HeaderFooterTest, testFirstPageFooterEnabled) createSwDoc("TestFirstFooterDisabled.docx"); verify(); - // FIXME: validation error in OOXML export: Errors: 7 - skipValidation(); - saveAndReload(TestFilter::DOCX); verify(); }
