sw/qa/extras/ooxmlexport/ooxmlexport7.cxx | 3 --- 1 file changed, 3 deletions(-)
New commits: commit 38ac3769899489ec0f6a6a253ce693c493630754 Author: Noel Grandin <[email protected]> AuthorDate: Fri Dec 5 16:22:19 2025 +0200 Commit: Noel Grandin <[email protected]> CommitDate: Wed Dec 10 09:39:33 2025 +0100 skipValidation not needed here anymore Change-Id: I44b3287386e32e116c2c37d1cab7b30698c72080 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/195328 Reviewed-by: Noel Grandin <[email protected]> Tested-by: Jenkins diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport7.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport7.cxx index 40c304414c43..d27878ea3164 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport7.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport7.cxx @@ -305,9 +305,6 @@ CPPUNIT_TEST_FIXTURE(Test, testShape3DEffectPreservation) { createSwDoc("shape-3d-effect-preservation.docx"); - //FIXME: validation error in OOXML export: Errors: 4 - skipValidation(); - save(TestFilter::DOCX); xmlDocUniquePtr pXmlDoc = parseExport(u"word/document.xml"_ustr);
