sw/qa/extras/ooxmlexport/ooxmlexport5.cxx | 3 --- 1 file changed, 3 deletions(-)
New commits: commit badb6c2b867193d1c6ef86324385d3fe90f8decf Author: Noel Grandin <[email protected]> AuthorDate: Wed Dec 10 16:16:10 2025 +0200 Commit: Noel Grandin <[email protected]> CommitDate: Thu Dec 11 07:40:40 2025 +0100 skipValidation is not necessary here anymore Change-Id: Iaf5fdd0cf48971c0018bc901777c46cfa0be10d8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/195393 Tested-by: Jenkins Reviewed-by: Noel Grandin <[email protected]> diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx index 3577484a63ed..230d4251446e 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport5.cxx @@ -635,9 +635,6 @@ CPPUNIT_TEST_FIXTURE(Test, testFDO79062) { createSwDoc("fdo79062.docx"); - //FIXME: validation error in OOXML export: Errors: 2 - skipValidation(); - save(TestFilter::DOCX); xmlDocUniquePtr pXmlFootNotes = parseExport(u"word/footnotes.xml"_ustr); assertXPath(pXmlFootNotes, "/w:footnotes", "Ignorable", u"w14 wp14 w15");
