sw/qa/extras/ooxmlexport/ooxmlexport11.cxx | 3 --- 1 file changed, 3 deletions(-)
New commits: commit b4605674ffbe6fe839428c0a276129897933ecb5 Author: Noel Grandin <[email protected]> AuthorDate: Mon Jan 19 16:57:37 2026 +0200 Commit: Noel Grandin <[email protected]> CommitDate: Tue Jan 20 07:15:40 2026 +0100 this test passes validation now Change-Id: I6117a16f76fdf14a0daf7d079765fbb48316cd61 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/197592 Tested-by: Jenkins Reviewed-by: Noel Grandin <[email protected]> diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport11.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport11.cxx index d05610e0b012..3fa79a17089c 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport11.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport11.cxx @@ -181,9 +181,6 @@ CPPUNIT_TEST_FIXTURE(Test, testTdf129525) { createSwDoc("tdf129525.rtf"); - // FIXME: validation error in OOXML export: Errors: 1 - skipValidation(); - save(TestFilter::DOCX); xmlDocUniquePtr pXmlDoc = parseExport(u"word/document.xml"_ustr); assertXPathContent(pXmlDoc, "/w:document/w:body/w:sdt/w:sdtContent/w:p[1]/w:r[4]/w:t", u"Overview");
